/* /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=Prata&family=Work+Sans:wght@300;400;500&display=swap');
@import url('resources.css');
@import url('modules.css');

/*==============================================  IMPORTANT - PLEASE READ ==============================================

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER:
DESIGNER:
JOB #:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:

    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;


========================================================================================================================
*/

.masterprime .related-resources-main {
background: #fff;
}

/* Buttons */
.button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .investor-access-login-button, .blog-landing-copy-cta, .simple-form input[type="submit"] {
border: 1px solid #9B6D2C;
color: #9B6D2C;
border-radius: 0;
font-family: 'Prata', serif !important;
font-weight: 100;
width: 160px;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
/* Buttons Hover */
.button:hover, .blog-landing-copy-cta:hover, .accord a.accord-cta:hover, .investor-access-login-button:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .contact-form .form-inline .captcha .btn-contact:hover, .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover {
  border: 1px solid #2b3a67;
  color: #2b3a67;
border-radius: 0;
}

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, .related-resources-content .mc-cta
 {
  color: #9B6D2C;
}
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, .accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
  color: #2b3a67;
}
body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 100;
}
sup {
  top: 0;
}
/*
==============================================
Header Section
==============================================
*/
.header-main {
 background: #2b3a67 !important;
}

/*
==============================================
Navigation Section
==============================================
*/
.nav:after {
  content: " ";
  display: table;
  background: rgba(255, 255, 255, 0.12);
  height: 1px;
  width: 100%;
  position: relative;
  bottom: 64px;
  animation: zoomIn 3s linear;
  -webkit-animation: zoomIn 3s linear;
  z-index: 5;
}
.nav:before {
  bottom: -54px;
}
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: #2b3a67 !important;
}
.billboard-section:after {
  display: none;
}

 /* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #dab785 !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
/* 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: #dab785;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #202b4d !important;
  -webkit-box-shadow: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
  top: 48px;
}
.investor-access-login-button {
  border: 1px solid #dab785;
  color: #dab785;
}
.investor-access-login-button:hover {
  border: 1px solid #fff;
  color: #fff;
}
.investor-access-wrapper .investor-access-password-icon, .investor-access-wrapper .investor-access-id-icon {
  color: #2b3a67;
}
/*
==============================================
Billboard Section
==============================================
*/
.billboard-container.billboard-full-height {
  background-position: top center;
}
.billboard-content-wrapper .container {
  position: absolute;
  bottom: auto;
  top: 50px;
  left: 0;
  right: 0;
  max-width: 820px;
}
.billboard-section h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
.billboard-section .head-1 {
  letter-spacing: 2px;
}
.billboard-section .head-2 {
  font-family: 'Prata', serif;
  font-size: 45px !important;
  font-weight: 100;
  line-height: 50px;
  text-transform: none;
  letter-spacing: 2px;
}
.billboard-section .head-1:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background: rgb(255 255 255 / 30%);
  margin: 20px auto;
  animation: fromCenter 4s forwards;
}

.billboard-section h1:after {
  display: none;
}
.billboard-heading-wrapper {
  padding: 25px 30px;
}
.billboard-section h1, .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: #25335d;
}
.billboard-section .head-2, .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: #25335d;
}
.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 {
  background: none;
}

/*
==============================================
Mouse Scroller Model 1
==============================================
*/

 .scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
 background-color: rgb(0 0 0 / 750%) !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: 1px solid #e4caa6;
    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;
}
/*
==============================================
Intro Section
==============================================
*/
.intro-section {
  background: #fff;
}
.intro-section .intro-content:before, .intro-section .intro-content:after, .intro-section .intro-text:before {
  display: none;
}
.intro-content .intro-text {
  padding: 0;
}
.special-box {
  font-family: 'Prata', serif;
  border: 1px solid #e4caa6;
  padding: 5px 20px;
  color: #2b3a67;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: inline-block;
  margin: 0 auto 50px;
  text-align: center;
}
.special-box span {
  display: block;
}
a .special-box  {
  color: #2b3a67;
  -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;
}

.body-about-us .special-box {
  display: block;
  max-width: 600px;
}
.body-about-us a:hover .special-box {
  background: #2b3a67;
  color: #e4caa6;
}
/*
==============================================
Team Section
==============================================
*/
.team-section {
  background: #fff;
  border: none;
}
.team-section h4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #646464;
  position: relative;
  animation: none !important;
}
.team-section .head-2 {
  letter-spacing: 3px;
  position: relative;
  background: #fff;
  z-index: 1;
  display: table;
  margin: 0 auto;
  padding: 0 40px;
  animation: none !important;
}
.team-section .head-1 {
  font-family: 'Prata', serif;
  color: #2b3a67;
  text-transform: lowercase;
  font-weight: 100;
  margin: 0 auto;
  position: relative;
  background: #fff;
  z-index: 1;
  display: table;
  margin: 0 auto;
  padding: 0 40px;
  animation: none !important;
}
.team-section .yearbook-container .yearbook-first-name, .team-section .yearbook-container .yearbook-last-name, .copy-section .yearbook-container .yearbook-first-name, .copy-section .yearbook-container .yearbook-last-name, .bio-section .bio-detail-first-name, .bio-detail-preferred-name {
  font-family: 'Prata', serif;
  font-weight: 100;
  text-transform: none;
  color: #2b3a67;
}
.team-section .yearbook-designation-wrapper, .copy-section .yearbook-designation-wrapper {
  display: inline;
}
.team-section .yearbook-container .yearbook-designation, .copy-section .yearbook-container .yearbook-designation, .bio-section .bio-detail-designation {
  font-family: 'Prata', serif;
  font-weight: 100;
  text-transform: none;
  color: #2b3a67;
  display: inline;
  font-size: 20px;
}
.team-section .yearbook-container .yearbook-title, .copy-section .yearbook-container .yearbook-title, .bio-section .bio-detail-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  max-width: 250px;
}
.team-section h4:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 22px;
  background: #dab785;
  margin: 19px auto;
}

/* bio/yearbook First and Last Name */
.team-section .yearbook-last-name, .yearbook-first-name, .yearbook-last-name, .yearbook-designation, .bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial, .bio-detail-preferred-name {
  color: #2b3a67 !important;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  color: #393939 !important;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: #9B6D2C !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;
}
/* bio/yearbook icon hover */
.bio-detail-links-wrapper .fa:hover, .yearbook-links .fa:hover, .yearbook-links a:hover {
  color: #2b3a67 !important;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background: transparent;
  margin: 10px auto;
}
.bio-quote-section {
  display: none;
}
/*
==============================================
Callouts Section
==============================================
*/
.callouts-section {
  background: url(/-/media/608b589a013541a3b8e26db8e0499c85.ashx) no-repeat;
  background-size: cover;
}
.callouts-section .callouts-container, .callouts-section .callouts-mobile-slider {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
.callouts-section .callout-heading .head-1, .callouts-section .callout-heading .head-2 {
  font-family: 'Prata', serif;
  font-weight: 100;
	color: #fff;
  font-size: 28px;
  line-height: 30px;
  text-transform: none;
  -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;
}
.callouts-section .callout-heading .head-2:after {
  display: none;
}
.callouts-section .callouts-container .callout-item, .callouts-version-1.callouts-mobile-slider .callout-slide {
  padding: 30px 20px 0;
  border: 1px solid #fff;
  position: relative;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, rgb(34 48 89 / 50%) 50%, #fff 50%);
  -webkit-transition: background-position .5s;
  -moz-transition: background-position .5s;
  transition: background-position .5s;
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
  -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;
}

.callouts-section .callout-item:hover{
  color:white;
  background-position: -100% 0%;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button {
  color: #2b3a67;
  background: #dab785;
  font-family: 'Work Sans', sans-serif;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 2px;
  position: relative;
  right: -70px;
  float: right;
}
.callouts-section .callouts-container .callout-item:hover .callout-heading .head-1, .callouts-section .callouts-container .callout-item:hover .callout-heading .head-2, .callouts-section .callouts-container .callout-item:hover .callout-copy-wrapper {
  color: #2b3a67;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta {
  background: #2b3a67;
  color: #fff;
  right: -36px;
}
/*
==============================================
Slider Section
==============================================
*/
.slider-section .content-slider-wrapper .content-slider-content-wrapper {
  display: table;
  margin: 80px auto;
  max-width: 850px;
}
.slider-section .content-slider-wrapper .content-slider-heading {
  font-family: 'Work Sans', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  padding: 0 20px 20px;
  color: #2b3a67;
}
.slider-section .content-slider-wrapper .content-slider-heading span {
  display: block;
}
.slider-section .content-slider-heading-wrapper {
  display: table-cell;
  min-width: 200px;
}
.slider-section .content-slider-copy-wrapper {
  display: table-cell;
  padding: 0 50px;
  border-left: 1px solid #dab785;
}
.slider-section .slider-cta {
  text-transform: uppercase;
  font-weight: 500;
  color: #2a3760;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slider-section .content-slider-wrapper .content-slider-copy {
  color: #363535;
}
.slider-section .content-slider-wrapper .content-slider-copy p {
  margin: 0 0 10px !important;
}
.slider-section .slick-slide:hover .slider-cta {
  color: #986C2F;
}

.slider-section .slick-dots li.slick-active button:focus:before, .team-section .slick-dots li.slick-active button:focus:before, .body-about-us .slick-dots li.slick-active button:focus:before {
  opacity: 1;
  color: transparent;
}
.slider-section .slick-dots li.slick-active button:before, .team-section .slick-dots li.slick-active button:before, .body-about-us .slick-dots li.slick-active button:before {
  color: transparent !important;
  opacity: 1 !important;
  background: #2a3760;
}
.slider-section .slick-dots li button:before, .team-section .slick-dots li button:before, .body-about-us .slick-dots li button:before {
  color: #2a3760;
  opacity: 0.95;
  font-size: 10px;
}
.slider-section .slick-dots li button:focus:before, .team-section .slick-dots li button:focus:before, .body-about-us .slick-dots li button:focus:before  {
  opacity: 1;
}
.slider-section .slick-dots li.slick-active button:before, .team-section .slick-dots li.slick-active button:before, .body-about-us .slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
.slider-section .slick-dots li button, .team-section .slick-dots li button, .body-about-us .slick-dots li button {
  border: none;
  background: transparent;
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  font-size: 0;
  color: transparent;
  padding: 4px;
  cursor: pointer;
  /* border-radius: 50%; */
}
.slider-section .slick-dots li button:before, .team-section .slick-dots li button:before, .body-about-us .slick-dots li button:before {
  color: transparent !important;
  opacity: 1 !important;
  font-size: 10px;
  width: 9px !important;
  height: 9px !important;
  border: 1px solid #2a3760;
  border-radius: 50%;
}
.slider-section .slick-dots li, .team-section .slick-dots li, .body-about-us .slick-dots li {
    width: 9px !important;
    height: 9px;
}
/*
==============================================
Quote Section
==============================================
*/
.body-home .quote-section {
  background: url(/-/media/c2d9d451acb24b779e39960ee547675c.ashx) no-repeat;
  background-size: cover;
}
.quote-section .quote-wrapper .quote-hr:before, .quote-section .quote-wrapper .quote-hr:after, .body-home .quote-section:after
{
  display: none;
}
.quote-section .quote-wrapper {
    padding: 20px 15px 65px;
    min-height: 450px;
    margin: 0 auto;
}
.quote-section .quote {
  font-family: 'Prata', serif;
  font-weight: 100;
  color: #2b3a67;
}
.body-home .quote-section .quote {
  color: #fff !important;
  position: absolute;
  right: 0;
  top: 50px;
  max-width: 400px;
  margin: 0 auto;

}
.body-home .quote-section .quote-cite {
  color: #fff !important;
  position: absolute;
  right: 0;
  bottom: 100px;
  max-width: 400px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 17px;
}
.quote-cite-title {
  display: block;
  font-style: italic;
  font-weight: 100;
  text-transform: none;
}
.quote-section .quote-cite {
  color: #2b3a67 !important;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 17px;
}
.quote-section {
  background: url(/-/media/a5a9e253670c46a9a2054f2f14ded717.ashx) repeat-x;
  border-top: 2px solid #2b3a67;
}
/*
==============================================
Footer Section
==============================================
*/
.footer-section {
  background: #2b3a67;
}
.footer-section .social-container {
  border-bottom: 8px solid #202b4d;
  border-top: 8px solid #b4b7b8;
}
.footer-section .footer-cta-section h4 {
  font-family: 'Prata', serif;
  font-weight: 100;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  text-transform: lowercase;
}
.footer-section .social-container:after {
  background: #3a4872;
}
.footer-section .social-container a:hover .fa {
  color: #E3B78A !important;
}
.footer-section .sub-light .head-1 {
  font-family: 'Work Sans', sans-serif;
  color: #dab785;
  font-size: 20px !important;
  line-height: 26px;
  font-weight: 400;
}
.footer-section .footer-cta-section h4:hover {
  color: #dab785;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
  color: #fff !important;
}
.footer-section .footer-contact-info .ftr-nap-name, .footer-section .ftr-nap .ftr-nap-address:before, .footer-section .footer-cta-section h4:after {
  display: none;
}
.footer-section .ftr-disclosures, .footer-section .footer-content .ftr-disclosures a {
  color: #e1e0e0;
}
.footer-section .footer-content a:hover, .footer-section .footer-content .ftr-disclosures a:hover {
  color: #dab785;
}
/*
==============================================
Interior
==============================================
*/
.copy-section, .bio-section, .resource-section, .body-resource-detail .resource-section, .body-map-directions .resource-section {
  background: #fff;
}
.interior .billboard-container {
  min-height: 620px;
}
.interior .billboard-content:after {
  display: none;
}
.copy-section h1 {
  font-family: 'Prata', serif;
  text-transform: none;
}
.copy-section .head-1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 22px !important;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 2px;
}
.copy-section .head-2, .copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2 {
  font-family: 'Prata', serif;
  font-size: 45px !important;
  font-weight: 100;
  line-height: 50px;
  text-transform: lowercase;
  letter-spacing: 2px;
  display: table-cell;
}
.body-about-us .copy-section h2 .head-2 {
  display: block;
}
.copy-section h1 .head-2:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  background: #dab785;
  margin: 10px 0;
}
.copy-section h1 .head-2:after, .body-about-us .copy-section h2:after {
  display: none;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #2b3a67;
}
.pov-carousel .mc-heading, .pov-carousel .mc-cta {
  font-family: 'Prata', serif;
  text-transform: none;
  color: #25335d;
}
.pov-carousel .mc-copy {
  font-family: 'Work Sans', sans-serif;
  font-weight: 100;
}
.resource-section .body-resource-detail h3, .resource-detail-heading {
  font-family: 'Prata', serif;
  font-size: 31px !important;
  line-height: 31px;
  font-weight: 100 !important;
  color: #25335D !important;
  text-transform: none;
}
.interior-content .col-md-offset-1 {
  margin-left: 0;
  padding: 0;
}
.interior-content .col-md-offset-1 .panel-heading {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.interior-content .col-md-offset-1 .accordion .panel-button-heading {
  padding: 0;
}
.masterprime .module-intro-content .head-2 {
  text-transform: none;
}
.masterprime .main-module-content h3, .masterprime .content-slider-wrapper .content-slider-heading, .masterprime .related-resources-content .mc-heading {
  font-family: 'Prata', serif;
  text-transform: none;
  font-weight: 300;
  color: #2b3a67;
}
.masterprime .module-case-content h4 {
  font-family: 'Work Sans', sans-serif !important;
  letter-spacing: 2px;
  font-weight: 400;
  color: #2b3a67;
}
.masterprime .module-cta, .masterprime .content-slider-cta, .masterprime .contact-cta {
  font-family: 'Prata', serif;
  font-weight: 400 !important;
  text-transform: none !important;
}
.masterprime .related-resources-content .mc-cta {
  font-family: 'Prata', serif;
  font-weight: 400;
  text-transform: none;
}
.client-access-videos .quote-section {
  display: none;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-container .callout-item .callout-image-wrapper .callout-image, .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-mobile-slider .callout-item .callout-image-wrapper .callout-image {
  opacity: 1;
}
.body-about-us .copy-section h2 {
  margin-bottom: 40px;
}
.pov-carousel .mc-container .slick-slide a:hover {
    box-shadow: none;
    background: rgb(255 255 255 / 75%);
}
.accord .disclosure img {
  display: inline;
  padding: 0;
}
/*
==============================================
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: #9B6D2C !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;
}
/* 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: #2b3a67 !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: #2b3a67 !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: #dab785 !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: #b4b7b8 !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: #2b3a67 !important;
}

/*
==============================================
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: #2b3a67 !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: #9B6D2C !important;
}

/* share pop up box icon normal */
.social-media-share-wrapper span a {
    color: #fff !important;
}
/* share pop up box icon hover */
.social-media-share-wrapper span a:hover {
    color: #dab785 !important;
}

/* Divider lines (//) */
.resource-detail-info-divider, .blog-landing-info-divider, .blog-detail-info-wrapper .blog-detail-info-divider, .blog-detail-info-divider {
    color: #2b3a67 !important;
}

/* share pop up box background */
.social-media-share-wrapper span {
  background-color: #2b3a67;
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid #2b3a67;
}

/*
==============================================
Blog Archive Sidebar Links
==============================================
*/
.filter-list-heading a, .filter-list-links .filter-list-date a, .filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: red !important;
}

.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
  color: blue !important;
}

/*
==============================================
Styles Page Section
==============================================
*/
h2, h3, h4, h5 {
  font-family: 'Prata', serif;
  font-weight: 100;
  color: #25335d;
  text-transform: none;
}
.accord .accord-link, .flextabs-wrapper a {
  color: #9B6D2C;
  font-family: 'Prata', serif;
  font-weight: 100;
  text-transform: none;
  line-height: 24px;
}
.accord .fa {
  color: #9B6D2C;
}


.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: #25335d !important;
}
.flextab-triggers a {
  background: #25335d;
  color: #fff !important;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: #25335d !important;
  color: #dab785 !important;
}
blockquote:before, q:before {
  background: #25335d;
}
blockquote, q {
  color: #25335d !important;
  border-color: #dab785 !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: #25335d;
}
.related-resources-content .slick-slide {
  border-color: #25335d;
  background: transparent;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a, .resource-detail-copy-wrapper a {
  color: #9B6D2C;
}
 /*
==============================================
Responsive Media Queries
==============================================
*/

/* Large devices (tablet landscape, 1024px and less) tablet-pro-l */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {

}

/* 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)  {

}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .primary-nav a, .investor-access-remember-me-label {
    font-size: 14px;
  }
  .billboard-content-wrapper .container {
    top: 20px;
  }
  .callouts-section .callouts-container .callout-item {
    width: calc(50% - 50px);
  }
  .body-home .quote-section:before {
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
  }
}


/* 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) {
  .nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background: #2b3a67;
  }
  .nav:after {
    display: none;
  }
  .nav-trigger:after {
    background: #2b3a67;
    z-index: -1;
  }
  .nav-address-wrapper {
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
  }
  .intro-content .intro-text {
    padding: 0 30px;
  }
  .slider-section .content-slider-copy-wrapper {
    padding: 0 0 0 50px;
  }
  .callouts-section .callouts-container .callout-item {
    width: calc(100% - 20px);
  }
  .callouts-section .callouts-container .callout-item .callout-cta-wrapper button {
    right: -21px;
  }
  .callouts-section .callouts-container .callout-item:hover .callout-cta {
    right: -21px;
  }
  .body-home .quote-section:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+75 */
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 75%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 75%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 75%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 ); /* IE6-9 */
  }


/* 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: #dab785;
}


/* Hamburger Menu Icon Active and Open*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
  background: #fff;
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
.fa-angle-down:before {
  color: #dab785;
}
.investor-access-input-wrapper input {
  width: 100%;
}
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .billboard-section .head-2 {
    font-size: 28px !important;
    line-height: 30px;
  }
  .team-section h4:after {
    display: none;
  }
  .callouts-section .callout-cta-wrapper button {
    color: #2b3a67;
    background: #dab785 !important;
    font-family: 'Work Sans', sans-serif !important;
    padding: 5px 10px !important;
    font-size: 13px !important;
    line-height: 18px;
    letter-spacing: 2px !important;
  }
  .callouts-section .slick-prev:after {
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
	}
	.callouts-section  .slick-next:after {
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
	}
  .slider-section .content-slider-heading-wrapper {
    display: block;
    min-width: auto;
  }
  .slider-section .content-slider-wrapper .content-slider-content-wrapper {
    display: block;
    max-width: none;
  }
  .slider-section .content-slider-copy-wrapper {
    display: block;
    padding: 20px;
    border-top: 1px solid #dab785;
    border-left: none;
  }
  .slider-section .content-slider-wrapper .content-slider-copy {
    text-align: center;
  }
  .footer-section .footer-contact-info .ftr-nap li.ftr-nap-name {
    display: none;
  }
  .body-home .quote-section .quote {
    position: inherit;
  }
}



/* 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) {
  .billboard-container.billboard-full-height {
    min-height: calc(140vh - 0px) !important;
  }
  .callouts-section .callout-cta-wrapper button {
    color: #2b3a67 !important;
    background: #dab785 !important;
    font-family: 'Work Sans', sans-serif !important;
    padding: 5px 10px !important;
    font-size: 13px !important;
    line-height: 18px;
    letter-spacing: 2px !important;
  }
  .callouts-section .slick-prev:after {
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
	}
	.callouts-section  .slick-next:after {
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
	}
  .body-home .quote-section .quote {
    left: 0;
    top: 50px;
  }
  .body-home .quote-section .quote-cite {
    left: 0;
    margin: 0 auto;
    bottom: 170px;
  }
  .body-home .quote-section .quote {
    position: inherit;
  }
}

/* ----------- laptop 1 Non-Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {
    .billboard-section .head-2 {
      font-size: 45px !important;
      display: inline;
    }
    .billboard-content-wrapper .container {
      top: 10px;
    }
    .billboard-container.billboard-full-height {
      background-position-y: -80px;
    }
  }
  /* ----------- laptop 2 Non-Retina Screens ----------- */

@media screen and (min-width: 1024px) and (max-width: 1270px) {
  .billboard-section .head-2 {
    font-size: 45px !important;
    display: inline;
  }
  .billboard-content-wrapper .container {
    top: 10px;
  }
  .billboard-container.billboard-full-height {
    background-position-y: -80px;
  }
}


/* IE only */
@media screen\0 {

}
