/* /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|Titillium+Web:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400|Roboto:wght@500;700&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: Evan/Brandon
DESIGNER: Kaitlyn
JOB: #21-BR3JX-0067:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:

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


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

.masterprime .related-resources-main, .bio-section, .copy-section, .resource-section, .body-resource-detail .resource-section, .blog-main, .body-blog-detail .resource-section, .body-map-directions .resource-section {
background: #fff !important;
}

/* Buttons */
.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"] {
  border: 2px solid #51afe1;
  color: #002949;
  width: auto;
  padding: 5px 20px;
 -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 {
  border: 2px solid #51afe1;
  color: #fff;
 -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, .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 #002949;
}
.investor-access-login-button:hover {
  color: #51afe1;
}
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: #1B7DB1;
}
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: #002949;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #1B7DB1;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1B7DB1;
}

.custom-btn {
  font-family: 'Raleway', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600;
  background: #51afe1;
  margin: 0 !important;
  color: #002949;
  border: none;
}
.custom-btn:hover {
  background: #002949;
  color: #51afe1;
  border: none;
}
.custom-btn:focus {
  background: #51afe1;
  color: #002949;
}

.accord .accord-link, .accord .fa, .flextabs-wrapper a {
  color: #1B7DB1;
}
.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: #002949 !important;
}
.accord .accord-link-content .disclosure {
  margin-top: 30px;
}
.flextab-triggers a {
  background: #1a8dcd;
  color: #000 !important;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: #002949 !important;
  color: #fff !important;
}
blockquote:before, q:before {
  background: #1a8dcd;
}
blockquote, q {
  color: #002949 !important;
  border-color: #1a8dcd !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: lime;
}
.related-resources-content .slick-slide {
    border-color: lime;
}
/*
==============================================
Header Section
==============================================
*/

.header-main, .nav-overall-wrapper:not(.van-mobile-nav) {
  background: #002949 !important;
}



/*
==============================================
Navigation Section
==============================================
*/

/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #fff;
  letter-spacing: 1px;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #51afe1 !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #fff;
}
/* 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: #51afe1;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #001728 !important;
}

.nav:after {
  background: #1a8dcd;
}
.nav:before {
  background: rgba(26, 141, 205, 0.5);
}

.primary-nav .page-link-client-access a {
  background: #1E3E52;
  border-radius: 25px;
  padding: 2px 25px !important;
  margin-left: 40px;
}
.primary-nav .page-link-client-access .investor-access-links-list-item a {
  background: transparent;
  border-radius: 0;
  padding: 5px 0px !important;
  margin-left: 0px;
}
/*
==============================================
Billboard Section
==============================================
*/

.billboard-container.billboard-full-height {
  min-height: 730px;
}
.billboard-content-wrapper .container {
  bottom: 50px;
}
.copy-section h1, .services-section .services-headline h2, .team-section h4, .copy-section .head-1, .body-about-us .copy-section h2, .copy-section h2, .copy-section h3, .copy-section h4, .copy-section h5 {
  color: #002949;
}
.team-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: #414042;
}
.billboard-section h1 {
  color: #fff;
}
.billboard-section .head-2 {
  color: #d4ccb5;
}
.billboard-section h1:after {
  background: #d4ccb5;
}
.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: #1a8dcd;
}
.intro-section .intro-text:before, .niche-section .mc-heading:after, .quote-section .quote-wrapper .quote-hr:before {
  background: #1a8dcd;
}

.billboard-container .billboard-cta {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 20px 20px 20px 20px;
  font-family: 'Playfair Display', serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  color: #D4CCB6;
  border: 2px solid #D4CCB6;
  padding: 5px 20px;
}
.billboard-cta:hover {
  border: 2px solid #D4CCB6;
  background: #D4CCB6;
  color: #002949 !important;
}
/*
==============================================
Intro Section
==============================================
*/

 .intro-section {
  background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/c/a/catamountfinancialadvisors/Images/businessman-on-escalator-moving-towards-sky-1055897964.jpg) center center;
  color: #fff;
}
.intro-section .body-copy-accent {
  color: #1C97D9;
}
.intro-section .button {
  background: #51afe1;
  color: #002949;
  width: auto;
  padding: 10px 20px;
}
.intro-section .button:hover {
  color: #51afe1;
  border: 2px solid #51afe1;
  background: #002949;
}
.intro-section .intro-content:before, .intro-section .intro-content:after  {
  background: #1a8dcd;
}
.intro-section .body-copy-accent:after {
  background: #999;
}
/*
==============================================
Services Section
==============================================
*/



/*
==============================================
Niches Section
==============================================
*/
.niche-section {
  background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/c/a/catamountfinancialadvisors/Images/skyscaper-building-981362262-white.jpg) center center;
  background-size: cover;
}
.niche-section:before {
  display: none;
}

.niche-section .mc-container .media-carousel-three .mc-cta, .niche-section .mc-container .media-carousel-three a:hover .mc-cta {
  border: 2px solid #1B7DB1;
}
.niche-section .mc-cta {
  background: rgba(81, 175, 225, .9);
  color: #002949;
  border: 2px solid #51afe1;
  width: 180px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 5px 10px;
}
.niche-section .mc-container a .mc-image {
  height: auto;
}
.niche-section .mc-container a:hover .mc-cta {
  padding: 5px 10px;
  color: #fff;
  border: none;
  background: rgba(57, 57, 57, .9);
  letter-spacing: 2px;
  border: 2px solid transparent;
}
/*
==============================================
Team Section
==============================================
*/
/* 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: #002949 !important;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  color: #002949 !important;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: #1B7DB1 !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: #002949 !important;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color: #1a8dcd;
}

.team-section .yearbook-three .yearbook-headshot-wrapper:after {
  opacity: 0;
  /* 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(212,204,181,0) 30%,rgba(212,204,181,0) 52%,rgba(212,204,181,.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(212,204,181,0) 30%,rgba(212,204,181,0) 52%,rgba(212,204,181,.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(212,204,181,0) 30%,rgba(212,204,181,0) 52%,rgb(212,204,181,.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 ); /* IE6-9 */
}
.yearbook-container .slick-dots li.slick-active button:focus:before, .yearbook-container .slick-dots li.slick-active button:before  {
  color: #002949;
  opacity: 1;
}
.team-section .yearbook-three a:hover .yearbook-headshot-wrapper:after {
  opacity: 1;
}
.bio-detail-links-wrapper .fa, .yearbook-container .yearbook-links .yearbook-links-as-icon .fa {
  font-size: 20px;
}
.bio-detail-quote-hr:before {
  background: #1a8dcd;
}
.bio-detail-quote-hr:after {
  background: #1E8DD2;
}
.bio-quote-section:before {
  background: #208DD4;
}
.bio-quote-section:after {
  background: transparent;
}
.bio-quote-section span {
  display: block;
}
/*
==============================================
Quote Section
==============================================
*/
.body-home .quote-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3e4851+0,242021+100 */
  background: #3e4851; /* Old browsers */
  background: -moz-linear-gradient(top, #3e4851 0%, #242021 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3e4851 0%,#242021 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3e4851 0%,#242021 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4851', endColorstr='#242021',GradientType=0 ); /* IE6-9 */
}

.quote-section {
  background: #d3d3d3;
}
.quote-section:before {
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.body-home .quote-section:after {
  background: #1f5879;
}
.body-home .quote-section .quote-cite {
  color: #51afe1 !important;
}
.quote-section .quote, .quote-section .quote-cite {
  color: #000 !important;
}
.quote-section .quote-wrapper .quote-hr:after {
  background: #1a8dcd;
}

.interior .quote-section {
  display: none;
}
.body-interior-quote .quote-section {
  display: block;
}
/*
==============================================
POV Section
==============================================
*/

.pov-section {
  background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/c/a/catamountfinancialadvisors/Images/skyscaper-building-981362262-blue.jpg) center center;
  background-size: cover;
  height: auto;
}
.pov-section h4 {
  color: #51afe1;
}
.pov-section .head-1 {
  color: #fff;
}
.pov-carousel .mc-container:before {
  border-top: 1px solid rgba(153,153,153,.4);
  border-bottom: 1px solid rgba(153,153,153,.4);
}
.pov-carousel .mc-heading, .pov-carousel .mc-date, .pov-carousel .mc-copy {
	color: #fff;
}
.pov-carousel .mc-cta {
  color: #1C97D9;
}
.pov-carousel .mc-container a:hover .mc-cta {
  color: #fff;
}
.pov-carousel .mc-container .slick-dots li button:before {
  color: #a5a5a5;
  opacity: 1;
}
.pov-carousel .mc-container .slick-dots li.slick-active button:before {
  color: #1C97D9;
}
.pov-carousel .mc-container .slick-slide a:hover {
  -webkit-box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,.5);
  box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,.5);
}
.pov-carousel .mc-container .slick-prev:after {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.pov-carousel .mc-container .slick-next:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
/*
==============================================
Footer Section
==============================================
*/
.footer-section {
  background: #002949;
}
.footer-section .social-container {
  border-bottom: 8px solid #001f37;
  border-top: 8px solid #1a8dcd;
}
.footer-section .social-container:after {
  background: #1a364b;
}
.footer-section .footer-cta-section h4 {
  color: #1C97D9;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
  color: #1C97D9 !important;
}
.footer-section .social-container a:hover .fa {
  color: #1C97D9 !important;
}
.footer-section .ftr-nap-name, .footer-section .ftr-nap-address:before {
  display: none;
}
.footer-section .footer-content a:hover {
  color: #1C97D9;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
  color: #fff;
}
/*
==============================================
Interior
==============================================
*/


.interior .billboard-container {
  z-index: 0;
}
.billboard-content {
  position: relative;
}
.interior .billboard-content:after {
  display: none;
}
.billboard-section .content-slider-wrapper {
  /* max-width: 1170px; */
  margin: 0 auto;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
}
.billboard-section .content-slider-wrapper .content-slider-heading {
  font-size: 29px;
  font-weight: 100;
  color: #fff;
  text-transform: none;
}
.billboard-section .content-slider-wrapper .content-slider-copy {
  color: #fff;
  text-align: center;
}
.body-billboard-slider .content-slider-wrapper .content-slider-copy {
  text-align: center;
}
.billboard-section .content-slider-wrapper .content-slider-content-wrapper, .content-slider-copy-wrapper {
  width: auto;
  max-width: 900px;
}
.billboard-section .content-slider-wrapper .slick-dots {
  position: relative;
}
.billboard-section .content-slider-wrapper .slick-prev:before, .billboard-section .content-slider-wrapper .slick-next:before {
  color: #fff;
  font-size: 40px;
  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;
}
.billboard-section .content-slider-wrapper .slick-prev:hover:before, .billboard-section .content-slider-wrapper .slick-next:hover:before {
    color: #51afe1;
}
.body-contact-us .footer-cta-sticky {
  display: none;
}

/*
==============================================
Interior content slider dots
==============================================
*/

.copy-section .copy-content .content-slider-wrapper .slick-prev:hover:before, .copy-section .copy-content .content-slider-wrapper .slick-next:hover:before {
  color: #002949;
}
.copy-section .copy-content .content-slider-wrapper .content-slider-heading {
  font-weight: 100;
}

.copy-section .copy-content  .slick-dots li.slick-active button:focus:before {
    opacity: 1;
    color: transparent;
}
.copy-section .copy-content  .slick-dots li.slick-active button:before {
    color: transparent !important;
    opacity: 1 !important;
    background: #002949;
}
.copy-section .copy-content  .slick-dots li button:before {
    color: #002949;
    opacity: 0.95;
    font-size: 10px;
}
.copy-section .copy-content  .slick-dots li button:focus:before {
    opacity: 1;
}
.copy-section .copy-content  .slick-dots li.slick-active button:before {
    color: black;
    opacity: 1;
}
.copy-section .copy-content .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%; */
}
.copy-section .copy-content  .slick-dots li button:before {
    color: transparent !important;
    opacity: 1 !important;
    font-size: 10px;
    width: 9px !important;
    height: 9px !important;
    border: 2px solid #002949;
    border-radius: 50%;
}
.copy-section .copy-content .slick-dots li {
    width: 9px !important;
    height: 9px;
}
.copy-section .copy-content .content-slider-wrapper .slick-prev:before, .copy-section .copy-content .content-slider-wrapper .slick-next:before {
  font-size: 40px;
  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;
}
.slide-block {
  display: block;
}
.divider {
  padding: 0 5px;
}
.process-cta {
  display: block;
  margin: 20px auto;
  text-align: center;
}
/*
==============================================
Billboard content slider dots
==============================================
*/

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

/*
==============================================
Blog
==============================================
*/

.filter-list-heading a {
  color: #1B7DB1;
}
.filter-list-heading a:hover {
    color: #002949;
}
.blog-category-link:hover, .blog-date-link:hover, .blog-media-type-link:hover {
  color: #002949 !important;
}
.filter-list-category a, .filter-list-topic a, .filter-list-media a {
  color: #1B7DB1 !important;
}
.filter-list-heading a:hover {
    color: #002949 !important;
}
.filter-list-links .filter-list-date a {
    color: #1B7DB1 !important;
}
.blog-landing-load-more {
  border: 2px solid #51afe1;
  color: #002949 !important;
  background: none !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: #1B7DB1 !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: #002949 !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: #002949 !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: #51afe1 !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: #d4ccb5 !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: #002949 !important;
}


/*

Share Widget and text links
==============================================

red = #
blue = #
green = #
yellow = #
aqua = #
lime = #

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


/* 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: #002949 !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: #1B7DB1 !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: #51afe1 !important;
}

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

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


/*
==============================================
Sticky CTA Footer
==============================================
*/
.header-content .ftr-cta-wrapper {
  margin: 0;
}
.footer-cta-sticky {
  background: #51afe1 !important;
  margin: 0 !important;
  position: fixed !important;
  right: -20px !important;
  top: 250px !important;
  bottom: auto !important;
  z-index: 10 !important;
  color: #002949 !important;
  text-transform: uppercase !important;
  padding: 8px 45px 8px 25px !important;
  visibility: visible;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -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-cta-sticky a {
  color: #fff;
}
.footer-cta-sticky .head-1 {
  font-family: 'Raleway', sans-serif !important;
  font-size: 18px !important;
  line-height: 4px;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 10px 5px;
}

.footer-cta-sticky:hover {
  background: #002949 !important;
  color: #51afe1 !important;
}

/*
==============================================
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: 15px;
  }
  .primary-nav .page-link-client-access a {
    margin-left: 10px;
  }
}


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

/* 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: #1B7DB1;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
  background: #002949;
  box-shadow: none;
}
.fa-angle-down:before {
  color: #51afe1;
}


/* 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;
}
.interior .billboard-container {
  min-height: 450px;
}

.footer-cta-sticky {
  right: 0px !important;
  bottom: -126px !important;
  padding: 10px 5px !important;
  text-align: center;
  position: relative !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 126px !important;
}
.footer-cta-sticky .head-1 {
  font-size: 15px !important;
}

.ab31f6a5, .\36 143e397, .\38 e99157b, .\34 dc62f77, .\39 2eb67d1 {
  display: none !important;
}
.primary-nav .page-link-client-access a {
  border-radius: 0;
  margin-left: 0;
}
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .billboard-section h1 {
    line-height: 34px;
  }
  .interior .billboard-container {
    min-height: 450px !important;
    height: 450px !important;
  }
  .billboard-section .content-slider-wrapper {
    top: 60px;
  }
  .billboard-section .content-slider-wrapper .slick-arrow {
    opacity: 1;
  }
  .copy-section .head-1 {
    font-size: 37px !important;
  }
  .copy-section .copy-content {
    padding: 125px 30px 140px;
  }
  .custom-btn {
    height: auto;
    line-height: 20px;
  }
  .body-module .copy-content {
    padding-top: 125px !important;
  }
}



/* 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(100vh - 0px) !important;
  }
  .billboard-content-wrapper .container {
    bottom: -10px;
  }
  .body-module .copy-content {
    padding-top: 125px !important;
  }
}

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

}
