/* /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/css?family=Montserrat:300,400,500,700|Playfair+Display:400,400i,500i,700,700i&display=swap");

@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/shared/resources.css');  

/*-snippets
@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;
 
========================================================================================================================
*/

:root {
  --light: #93b19f;
  --light-color-1: #e2dace;
  --medium: #046b99;
  --medium-color-1: #236b72;
  --dark: #2f7b82;
  --dark-color-1: #3a3b40;
  --gray-light: #eef2f5;
  --gray-medium: #dcdcdc;
  --gray-dark: #393939;
  --black: #000000;
  --white: #ffffff;
  --rgb-color-1: 0, 0, 0;
  --rgb-color-2: 226, 218, 206;
  --rgb-opacity-1: 0.2;
  --rgb-opacity-2: 0.8;
}

body {
  color: var(--gray-dark);
}
.masterprime .related-resources-main {
  background: var(--white);
}

/* 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"] {
  background: transparent;
  color: var(--dark);
  border: 2px solid var(--light);
  width: auto;
  padding: 5px 10px !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;
}
.investor-access-login-button {
  background: var(--white);
}
/* Buttons Hover */
.button:hover,
.blog-landing-copy-cta:hover,
.accord a.accord-cta:hover,
.investor-access-login-button:hover,
.masonry-load-more:hover,
.masonry-tertiary-load-more:hover,
.masonry-load-more:hover,
.masonry-tertiary-load-more:hover,
.contact-form .form-inline .captcha .btn-contact:hover,
.simple-form input[type="submit"]:hover,
.directions-search .submit-search:hover {
  background: transparent;
  color: var(--gray-dark);
  border: 2px solid var(--gray-dark);
}
.investor-access-login-button:hover {
  background: var(--white);
}
.masonry-grid-3 .masonry-two-by-two .masonry-cta, 
.masonry-grid-3 .masonry-two-of-two-stacked .masonry-cta, 
.masonry-grid-3 .masonry-one-of-two-stacked .masonry-cta, 
.masonry-grid-3 .masonry-one-of-two .masonry-cta, 
.masonry-grid-3 .masonry-two-by-one .masonry-cta, 
.masonry-grid-3 .masonry-one-by-two .masonry-cta, 
.masonry-grid-3 .masonry-one-by-one .masonry-cta, 
.masonry-grid-3 .masonry-two-by-two.masonry-two-by-two-img-top .masonry-cta,
.masonry-grid-3 .masonry-three-by-one .masonry-cta {
  border-radius: 25px;
}
.masonry-grid-3 .masonry-category {
  display: none;
} 
  
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,
.accord .accord-link-content a,
.accord .accord-inner-link-content a,
.resource-detail-copy-wrapper a {
  color: var(--dark);
}
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);
}
.accord .accord-link-content a {
  font-weight: 600;
  text-decoration: underline;
}
.accord a.accord-cta {
  text-decoration: none;
  font-weight: 400;
}
/*
==============================================
Header Section
==============================================
*/
.header-main {
  background: var(--dark-color-1) !important;
}
.header-content {
  width: 1170px;
  margin: 0 auto;
}
.header-content .language-toggle {
  position: absolute;
  right: 50px;
  top: 20px;
  z-index: 5;
}
.language-toggle {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  width: auto;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 34px;
  border-radius: 25px;
  padding: 0px 30px !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;
}
.language-toggle:hover {
  border: 2px solid var(--light);
  color: var(--light);
}
/*
==============================================
Navigation Section
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: var(--dark-color-1) !important;
} /* Main Nav */
.primary-nav a,
.investor-access-remember-me-label {
  color: var(--white);
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover,
.primary-nav > li > a.selected,
.primary-nav > li > a.active,
.nav-standard.selected {
  color: var(--light) !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: var(--white);
}
/* 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(--light);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav,
.primary-nav .nav-subnav-second {
  background: var(--black) !important;
}
.nav:after {
  background: var(--light);
}

/*
==============================================
Billboard Section
==============================================
*/
.billboard-section .head-2 {
  color: var(--white);
}
.billboard-section h1 {
  color: var(--white);
}
.billboard-section h1:after {
  background: var(--light);
}
/*
==============================================
Intro Section
==============================================
*/
.intro-section {
  background: url(/-/media/0fd2dce228994d169c2642cbc47605c8.ashx) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.intro-section .intro-text:before,
.niche-section .mc-heading:after,
.quote-section .quote-wrapper .quote-hr:before {
  background: var(--dark);
}
.intro-section .body-copy-accent {
  color: var(--dark);
  padding: 0;
}
.intro-section .body-copy-accent:after {
  background: var(--gray-dark);
  opacity: 0.2;
}
.intro-section .intro-content:before {
  background: var(--gray-dark);
  opacity: 0.2;
}
.intro-section .intro-content:after {
  background: var(--gray-dark);
  opacity: 0.2;
}
.intro-section .intro-content .video-container {
  margin: 0 auto 50px;
}
.intro-section .intro-content p a {
  font-weight: 600;
  text-decoration: underline;
}
/*
==============================================
Services Section
==============================================
*/
.services-section {
  background: var(--white);
}
.services-section h2:after {
  background: var(--light);
}
.services-section .services-headline h2 {
  color: var(--dark);
}
.services-section .head-1 {
  color: var(--gray-dark);
}
.services-section .services-slider h3 {
  color: var(--gray-dark);
}
/*
==============================================
Niches Section
==============================================
*/
.niche-section {
  background: var(--gray-light);
  border-top: 5px solid var(--gray-medium);
  border-bottom: 5px solid var(--gray-medium);
}
.niche-section:before {
  background: var(--white);
}
.niche-section .mc-heading:after {
  background: var(--light);
}
.niche-section .mc-heading {
  color: var(--gray-dark) !important;
}
.niche-section .mc-copy {
  font-family: "Raleway", sans-serif;
  color: var(--gray-dark);
}
.niche-section .mc-container .media-carousel-three .mc-cta,
.niche-section .mc-container .media-carousel-three a:hover .mc-cta {
  border: 2px solid var(--light);
  color: var(--white);
  background: var(--gray-dark);
}
.niche-section .mc-container .slick-next:after {
  border-right: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}
.niche-section .mc-container .slick-prev:after {
  border-left: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}
/*
==============================================
Team Section & Bio Pages
==============================================
*/
.services-section,
.niche-section,
.team-section,
.pov-section {
  display: none;
}
.team-section {
  border-top: 10px solid var(--gray-medium);
  background: var(--white);
}
.team-section h4 {
  color: var(--dark);
}
.team-section .head-1 {
  color: var(--gray-dark);
}
.team-section h4:after {
  background: var(--light);
}
.team-section .yearbook-container .yearbook-last-name {
  color: var(--gray-dark);
}
.team-section .yearbook-container .yearbook-first-name {
  color: var(--gray-dark);
}
.team-section .yearbook-container .yearbook-title {
  color: var(--gray-dark);
}
.team-section .yearbook-three .yearbook-headshot-wrapper::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e414e+0,2e414e+100&0+7,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 30%,
    rgba(var(--rgb-color-1), 0) 52%,
    (var(--rgb-color-1), 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 30%,
    rgba(var(--rgb-color-1), 0) 52%,
    (var(--rgb-color-1), 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 30%,
    rgba(var(--rgb-color-1), 0) 52%,
    (var(--rgb-color-1), 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 ); /* IE6-9 */
}

.copy-section .yearbook-three .yearbook-headshot-wrapper::after {
  background: -moz-linear-gradient(
    top,
    rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 30%,
    rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 52%,
    rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 30%,
    rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 52%,
    rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 30%,
    rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 52%,
    rgba(var(--rgb-color-1), var(--rgb-opacity-1)) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 );
}

.team-section .yearbook-three a:hover .yearbook-headshot-wrapper:after {
  background-color: rgba(var(--rgb-color-1), var(--rgb-opacity-1));
}
.team-section .yearbook-container .slick-prev {
  border-top: 1px solid var(--gray-dark);
  border-left: 1px solid var(--gray-dark);
}
.team-section .yearbook-container .slick-next {
  border-top: 1px solid var(--gray-dark);
  border-right: 1px solid var(--gray-dark);
}
/* 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-section .bio-detail-first-name,
.bio-detail-preferred-name,
.bio-section .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: var(--gray-dark) !important;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title,
.bio-detail-title-wrapper,
.bio-detail-title {
  color: var(--gray-dark) !important;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa,
.yearbook-links .fa,
.yearbook-links a {
  color: var(--dark) !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: var(--gray-dark) !important;
}
.yearbook-three .yearbook-hr,
.bio-content-social:before {
  background-color: var(--gray-medium);
}

.bio-quote-section {
  display: none;
  background: var(--white);
}
.bio-quote-section:before {
  background: var(--light-color-1);
}
.bio-detail-quote {
  color: var(--gray-dark);
}
.bio-detail-quote-cite {
  color: var(--dark);
}
.bio-quote-section:after {
  background: var(--light-color-1);
}
.bio-detail-links-wrapper a:first-child {
  padding: 0;
}
.bio-section .bio-detail-links-wrapper .fa-phone,
.body-about-us
  .yearbook-container
  .yearbook-links
  .yearbook-links-as-icon
  .fa-phone {
  display: none;
}
/*
==============================================
Callouts Section
==============================================
*/
.callouts-section {
  background: url(/-/media/1f5f532fcd9444aa9892583d19bc8031.ashx) repeat-x top
    center;
}
.callouts-section .callout-heading .head-1 {
  color: var(--dark);
  font-weight: 500;
}
.callouts-section .callout-heading .head-2 {
  color: var(--gray-dark);
}
.callouts-section .callout-heading .head-2:after {
  background: var(--light);
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
  color: var(--gray-dark);
}
.callouts-section
  .callouts-container
  .callout-item
  .callout-cta-wrapper
  button {
  color: var(--dark);
}
.callouts-section .callout-item:hover {
  background: rgba(var(--rgb-color-2), var(--rgb-opacity-1));
}
.callouts-section .callouts-container .callout-item:hover .callout-cta {
  color: var(--white);
}
/*
==============================================
Quote Section
==============================================
*/
.body-home .quote-section {
  border-top: none;
  background: url(/-/media/eaa6bb0dda094f458d4286c0c9cc8962.ashx) repeat-x
    bottom center;
  visibility: visible;
}
.body-home .quote-section .quote {
  color: var(--white) !important;
}
.body-home .quote-section .quote-cite {
  color: var(--light) !important;
}
.quote-section .quote-wrapper .quote-hr:before {
  background: var(--light);
}
.quote-section .quote-wrapper .quote-hr:after {
  background: var(--gray-dark);
  opacity: 0.2;
}
.body-home .quote-section:after {
  display: none;
}

.quote-section .content-slider-wrapper .content-slider-heading {
  font-size: 36px;
  color: var(--white);
  text-transform: none;
  font-weight: 500;
}
.quote-section .quote-content {
  margin: 0 auto;
  width: 100%;
}
.quote-section .quote-content .content-slider-wrapper {
  animation: none !important;
  opacity: 1 !important;
  width: 1170px;
}
.quote-section .content-slider-wrapper .content-slider-content-wrapper {
  text-align: center;
  max-width: none;
}
.quote-section .content-slider-cta {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  width: auto;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 34px;
  border-radius: 25px;
  padding: 0px 30px !important;
  margin-bottom: 70px;
  -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;
}
.quote-section .content-slider-wrapper .content-slider-cta:hover {
  text-decoration: none;
}
.quote-section .slick-slide:hover .content-slider-cta {
  border: 2px solid var(--white);
  background: var(--white);
  color: var(--dark);
}
.quote-section .content-slider-wrapper .slick-dots {
  opacity: 1 !important;
  animation: none !important;
}

/*
==============================================
POV Section
==============================================
*/
.pov-section {
  background: var(--white);
}
.pov-section h4 {
  color: var(--dark-color-1);
}
.pov-section .head-1 {
  color: var(--dark);
}
.pov-section h4:after,
.pov-carousel .mc-heading:after {
  background: var(--light);
}
.pov-carousel .mc-heading {
  color: var(--gray-dark);
}
.pov-carousel .mc-date {
  color: var(--gray-dark);
}
.pov-carousel .mc-copy {
  color: var(--gray-dark);
}
.pov-carousel .mc-cta {
  color: var(--medium-color-1);
}
.pov-carousel .mc-container a:hover .mc-cta {
  color: var(--gray-dark);
}
.pov-carousel .mc-container .slick-prev:after {
  border-left: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}
.pov-carousel .mc-container .slick-next:after {
  border-right: 1px solid var(--gray-dark);
  border-top: 1px solid var(--gray-dark);
}
.pov-section .btm-image {
  display: none;
}
.pov-carousel .mc-container:before {
  border-top: 1px solid var(--gray-dark);
  border-bottom: 1px solid var(--gray-dark);
}
/*
==============================================
Footer Section
==============================================
*/

.footer-section {
  background: var(--dark-color-1);
}
.footer-section .social-container {
  border-bottom: none;
  border-top: 8px solid var(--light);
}
.footer-section .footer-cta-section h4:after {
  background: var(--light);
}
.footer-section .social-container:after {
  display: none;
  background: var(--gray-dark);
}
.footer-section .social-container a .fa {
  color: var(--white) !important;
}
.footer-section .social-container a:hover .fa {
  color: var(--light) !important;
}
.footer-section .footer-content a {
  color: var(--white);
}
.footer-section .footer-content a:hover {
  color: var(--light);
}
.footer-section .footer-cta-section h4 {
  color: var(--light);
}
.footer-section .sub-light .head-1 {
  color: var(--white);
}
.footer-section .footer-cta-section h4:hover {
  color: var(--white);
}
.footer-section .footer-cta-section h4:hover > .head-1 {
  color: var(--light) !important;
}
.footer-section .ftr-nap-name {
  color: var(--gray-light) !important;
}
.footer-section .ftr-nap li,
.footer-section .ftr-nap-phone a,
.footer-section .ftr-nap-map-directions a {
  color: var(--white);
}
.footer-section .ftr-disclosures {
  color: var(--gray-medium);
}
.footer-section .ftr-disclosures-wrapper {
  padding: 0 30px 30px;
}
/* This hides the word "address" that appeard above the address */
.footer-section .ftr-nap-address:before {
  display: none;
}
.footer-section .ftr-nap-name {
  display: none;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
  color: var(--light);
}

/*
==============================================
Interior Pages
==============================================
*/
.copy-section,
.bio-section,
.blog-main,
.body-resource-detail .resource-section,
.body-map-directions .resource-section {
  background: var(--white) !important;
}
.copy-section h1 .head-2:after,
.body-about-us .copy-section h2:after {
  background: var(--light);
}
.copy-section h1,
.copy-section .head-1,
.body-about-us .copy-section h2 {
  color: var(--dark);
}
.pov-section .head-1,
.copy-section .head-2,
.copy-section .head-3,
.copy-section h2,
.copy-section h2 .head-3,
.body-about-us .copy-section h2 .head-2,
.copy-section h3,
.copy-section h4,
.copy-section h5,
.resource-detail-copy-wrapper h4 {
  color: var(--gray-dark);
}
.interior .billboard-content:after {
  display: none;
  background: var(--gray-medium);
}
.resource-section .body-resource-detail h3,
.resource-detail-heading {
  color: var(--gray-dark) !important;
}
.quote-section {
  background: var(--white);
}
.quote-section .quote {
  color: var(--gray-dark);
}
.quote-section .quote-cite {
  color: var(--dark) !important;
}
.quote-section .mc-container .slick-track .slick-slide {
  background: transparent;
}
.simple-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  color: var(--black);
}
.interior .quote-section {
  display: none;
}
.disclosure-row-1 {
  background: var(--gray-light);
}
.disclosure-row-1,
.disclosure-row-2 {
  line-height: 30px;
}
.accord .accord-link-content ul {
  margin: 20px 0;
}
.pdf-link {
  font-weight: 600;
  text-decoration: underline;
}
/*
==============================================
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: var(--dark) !important;
}
.filter-list-heading a:hover,
.filter-list-heading ul li a:hover {
  color: var(--gray-dark) !important;
}

/*
============================================== 
Mouse Scroller
==============================================
*/

.scroller-wrapper .scroller,
.scroller-mobile-wrapper .scroller-mobile {
  background-image: none !important;
  background-color: var(--gray-light) !important;
}
.scroller:before,
.scroller-mobile:before {
  content: "";
  height: 50px;
  width: 50px;
  display: block;
  animation: none !important;
  background: none !important;
  border-radius: 50%;
}
.scroller:after,
.scroller-mobile:after {
  content: "" !important;
  height: 18px !important;
  width: 18px !important;
  animation-name: none !important;
  display: block !important;
  border-radius: 0 !important;
  border: 2px solid var(--dark);
  border-right-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute !important;
  bottom: 20px !important;
  left: 52% !important;
  top: 13px !important;
  background: 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;
}

/*
============================================== 
Media Carousel Dots to Outlines
==============================================
*/

.slick-dots li.slick-active button:focus:before {
  opacity: 1;
  color: transparent;
}
.slick-dots li.slick-active button:before {
  color: transparent !important;
  opacity: 1 !important;
  background: var(--white);
}
.slick-dots li button:before {
  color: var(--white);
  opacity: 0.95;
  font-size: 10px;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
.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%; */
}
.slick-dots li button:before {
  color: transparent !important;
  opacity: 1 !important;
  font-size: 10px;
  width: 9px !important;
  height: 9px !important;
  border: 2px solid var(--white);
  border-radius: 50%;
}
.slick-dots li {
  width: 9px !important;
  height: 9px;
}

/*
============================================== 
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(--gray-dark) !important;
  webkit-transition: all var(--rgb-opacity-1) ease-in-out !important;
  -moz-transition: all var(--rgb-opacity-1) s ease-in-out !important;
  -o-transition: all var(--rgb-opacity-1) s ease-in-out !important;
  -ms-transition: all var(--rgb-opacity-1) s ease-in-out !important;
  transition: all var(--rgb-opacity-1) s 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: 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(--gray-dark) !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(--gray-light) !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(--gray-dark) !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: var(--gray-dark) !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(--dark) !important;
}
/* 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(--gray-light) !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(--gray-dark) !important;
}
/* share pop up box background */
.social-media-share-wrapper span {
  background-color: var(--medium-color-1);
}
/* share pop up box top chevron  triangle */
.social-media-share-wrapper span:before {
  border-bottom: 10px solid var(--medium-color-1);
}
.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);
}
/*
============================================== 
Styles Page Section
==============================================
*/

.accord .accord-link,
.accord .fa,
.flextabs-wrapper a {
  color: var(--dark);
}
.accord .accord-link:hover,
.accord .accord-inner-link:hover,
.accord li.open .accord-link,
.accord li.open .accord-inner-link,
.accord li.open .fa,
.flextabs-wrapper a:hover {
  color: var(--gray-dark) !important;
}
.flextab-triggers a {
  background: var(--gray-dark);
  color: var(--white) !important;
}
.flextab-triggers a:hover,
.flextab-triggers .set {
  background: var(--gray-dark) !important;
  color: var(--light) !important;
}
blockquote:before,
q:before {
  background: var(--light);
}
blockquote,
q {
  color: var(--dark) !important;
  border-color: var(--gray-medium) !important;
}
.related-resources-content h4:before,
.related-resources-content h4:after {
  background: var(--gray-light);
}

/*
==============================================
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) {
  .header-content {
    width: auto;
  }
  .primary-nav a,
  .investor-access-remember-me-label {
    font-size: 17px;
  }
  .quote-section .quote-content .content-slider-wrapper {
    width: 100%;
  }
}

/* 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-trigger:after {
    left: -2px;
    top: -15px;
    right: -25px;
    bottom: -17px;
    background: var(--white);
    opacity: var(--rgb-opacity-2);
    z-index: -1;
  }
  .nav-opened.nav-trigger:after {
    background: none;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background: var(--gray-dark) !important;
  }
  .fa-angle-down:before {
    color: var(--light);
  }
  /* 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(--dark);
  }

  /* 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;
  }
  .header-content .language-toggle {
    /*display: none;*/
    top: 90px;
    right: 125px;
  }
  .language-toggle {
    margin-top: 25px;
  }
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .billboard-section .head-2 {
    font-size: 42px !important;
    line-height: 40px;
  }
  .billboard-heading-wrapper {
    padding: 25px 30px;
  }
  .callouts-section .slick-prev:after {
    border-left: 1px solid var(--dark);
    border-top: 1px solid var(--dark);
  }
  .callouts-section .slick-next:after {
    border-right: 1px solid var(--dark);
    border-top: 1px solid var(--dark);
  }
  .callouts-section .callout-cta-wrapper button {
    color: var(--white);
  }
  .callouts-container .callout-item .callout-copy-wrapper,
  .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    color: var(--gray-dark) !important;
  }
  .callouts-container .callout-item:hover .callout-cta,
  .callouts-mobile-slider .callout-item:hover .callout-cta {
    color: var(--light);
  }

  .accord-cta-wrapper {
    width: max-content;
  }
  .yearbook-carousel .slick-dots li button:before {
    opacity: 0.25 !important;
    color: var(--gray-dark) !important;
  }
  .yearbook-carousel .slick-dots li.slick-active button:before {
    opacity: 0.75 !important;
    color: var(--gray-dark);
  }
}

/* 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) {
  .callouts-section .slick-prev:after {
    border-left: 1px solid var(--dark);
    border-top: 1px solid var(--dark);
  }
  .callouts-section .slick-next:after {
    border-right: 1px solid var(--dark);
    border-top: 1px solid var(--dark);
  }
  .callouts-section .callout-cta-wrapper button {
    color: var(--white) !important;
  }
  .callouts-container .callout-item:hover .callout-cta,
  .callouts-mobile-slider .callout-item:hover .callout-cta {
    color: var(--light) !important;
  }
  .callouts-container .callout-item .callout-copy-wrapper,
  .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    color: var(--gray-dark) !important;
  }
}

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

/* Cookies Banner  */
.cookie-consent-banner {
  font-size: 14px !important;
  line-height: 16px !important;

  p {
    margin-bottom: 0px !important;
  }
}
/* Masonry Grid Load More Language  */
.main-grid .loadMore .resource-no-results p {
	font-size: 0px;
}
.main-grid .loadMore .resource-no-results p:after{
	content: "We didn't find any resources for that keyword search. Please try again with different search terms.";
	visibility: visible;
	font-size: 19px;
}
.main-grid .loadMore.is-french .resource-no-results p:after{
	content: "Nous n'avons pas trouvé de ressources pour ce mot-clé. Veuillez réessayer avec d'autres termes de recherche.";		
	visibility: visible;
	font-size: 19px;
}