/* /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('shared.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: #f3c300 ;
--light-color-1: #f9db04;
--medium: #84734D;
--medium-color-1:#5B4806;
--dark: #002856;
--dark-color-1: #001828;
--gray-light: #eef2f5;
--gray-medium: #777777;
--gray-dark: #393939;
--black: #000000;
--white: #ffffff;
--rgb-color-1: 0,40,86;
--rgb-color-2: 0,40,86;
--rgb-color-3: 255,255,255;
--rgb-opacity-1: 0.1;
--rgb-opacity-2: 0.4;
--rgb-opacity-3: 1;
--font-1: 'Roboto', sans-serif;
--font-2: 'Cormorant', serif;
--font-3: 'Source Sans Pro', sans-serif;
--font-4: 'Source Sans Pro', sans-serif;
}

body {
color: var(--gray-dark);
} 
.masterprime .related-resources-main {
background: var(--white);
}

p {
font-family: var(--font-1);
font-weight: normal;
color: var(--gray-dark);
line-height: 30px;
}

.simple-form label {
font-family: var(--font-1);
font-weight: normal;
font-weight: 500;
}

/*
==============================================
Styles Page
==============================================
*/
.accord .accord-link {
color: var(--medium);
font-family: var(--font-1) !important;
text-transform: none;
font-weight: 500;
line-height: normal;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
color: var(--dark) !important;
font-family: var(--font-1) !important;
text-transform: none;
}
.accord li .fa {
color: var(--medium);
}
.accord li.open .fa {
color: var(--dark);
}
.flextab-triggers a {
background: var(--light);
color: var(--dark);
}
.flextab-triggers a:hover {
background: var(--dark);
color: var(--light);
}
.flextab-triggers .set {
color: var(--dark);
}
blockquote, q {
quotes: none;
font-family: var(--font-1) !important;
font-size: 28px;
font-weight: 500;
line-height: 40px;
max-width: 858px;
width: 100%;
font-style: normal;
color: var(--dark);
text-align: center;
padding: 60px 30px;
border-top: 1px solid var(--gray-light);
border-bottom: 1px solid var(--gray-light);
margin: 60px auto;
}
blockquote:before, q:before {
background: var(--light);
}
.ic-process {
text-align: center;
}
.ic-process img {
margin: 0 auto;
}
    

/*
==============================================
Sticky CTA Footer
==============================================
*/
.footer-cta-sticky:before {
height: 122px;
width: 46px;
position: absolute;
content: url(/-/media/rj/advisor-sites/sites/t/h/theinvestorscenter/images/icons/sticky-1.svg);
color: #5489b6;
border: 1px solid transparent;
left: 84px;
top: -120px;
z-index: -1;
}
 
.footer-cta-sticky {
margin: 0 !important;
font-size: 19px;
position: fixed !important;
right: -1px !important;
bottom: 34px !important;
z-index: 15 !important;
background: var(--light) !important;
color: var(--dark) !important;
text-transform: uppercase !important;
padding: 4px 22px !important;
visibility: visible;
border: 1px solid var(--dark);

-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:hover {
background: var(--dark) !important;
color: var(--light) !important;
border: 1px solid var(--light);
}

/*

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(--dark);
}
.slick-dots li button:before {
color: var(--dark);
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(--dark);
border-radius: 50%;
}
.slick-dots li {
width: 9px !important;
height: 9px;
}

/*
Mouse Scroller Model 1
==============================================
*/

.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
background-image: none !important;
background-color: var(--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;
}

/*
==============================================
Resources Page
==============================================
*/
.filter-open.fa-angle-down:before, .filter a:hover, .filter-reset:hover {
color: var(--medium);
}
.masonry-copy {
font-family: var(--font-1) !important;
}
.masonry-two-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta {
color: var(--light) !important;
}
.masonry-one-of-two .masonry-cta, .masonry-one-by-two .masonry-cta, .masonry-one-by-one .masonry-cta, .masonry-three-by-one .masonry-cta {
color: var(--dark) !important;
font-weight: 500;
}
.masonry-one-of-two, .masonry-one-by-two, .masonry-one-by-one, .masonry-three-by-one {
background: var(--light);
}
.masonry-two-of-two-stacked {
background-color: var(--dark);
}
.masonry-two-of-two-stacked:hover {
background-color: var(--gray-dark);
}
.filter-reset-container {
border-bottom: 0px var(--gray-light);
}
.filter-dropdown {
border-top: 1px solid var(--gray-medium);
}
.masonry-one-of-two-stacked {
background: var(--medium);
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
color: var(--medium) !important;
font-family: var(--font-1) !important;
text-transform: none;
line-height: normal;
}
.blog-detail-heading, .blog-landing-content-wrapper .blog-landing-content-container .blog-landing-heading, .blog-landing-info-share-wrapper, .blog-landing-copy-wrapper, .blog-detail-info-wrapper, .vertical-filter-list {
font-family: var(--font-1) !important;
text-transform: none;
line-height: normal;
color: var(--dark) !important;
}
.resource-detail-info-wrapper a:hover {
color: var(--dark) !important;
}
.fa-share-alt {
color: var(--medium) !important;
}
.social-media-share-link:hover > .fa-share-alt:before {
color: var(--dark) !important;
}
.social-media-share-wrapper span {
background-color: var(--dark);
}
.social-media-share-wrapper span:before {
border-bottom: 10px solid var(--dark);
}
.social-media-share-wrapper span a:hover {
color: var(--light) !important;
}

/*
==============================================
Podcast Page
==============================================
*/
.podcast-masthead {
background-color: var(--gray-light);
}
.podcast-masthead.podcast-masthead-v2 .podcast-masthead-inner .podcast-masthead-info .podcast-masthead-cta, .podcast-masthead.podcast-masthead-v1 .podcast-masthead-inner .podcast-masthead-info .podcast-masthead-cta, .podcast-masthead.podcast-masthead-v3 .podcast-masthead-inner .podcast-masthead-info .podcast-masthead-cta, .podcast-episode .podcast-episode-info .podcast-episode-cta, .podcast-episodes-load-more, .podcast-episode-details .podcast-episode-details-navigation a {
background: transparent !important;
color: var(--dark) !important;
border: 2px solid 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;
}
.podcast-masthead.podcast-masthead-v2 .podcast-masthead-inner .podcast-masthead-info .podcast-masthead-cta:hover, .podcast-masthead.podcast-masthead-v1 .podcast-masthead-inner .podcast-masthead-info .podcast-masthead-cta:hover, .podcast-masthead.podcast-masthead-v3 .podcast-masthead-inner .podcast-masthead-info .podcast-masthead-cta:hover, .podcast-episode .podcast-episode-info .podcast-episode-cta:hover, .podcast-episodes-load-more:hover, .podcast-episode-details .podcast-episode-details-navigation a:hover {
background: var(--dark) !important;
color: var(--white) !important;
border: 2px solid var(--dark) !important; 
}
.podcast-episode-details .podcast-episode-details-navigation a:hover .podcast-episode-details-prev-carrot, .podcast-episode-details .podcast-episode-details-navigation a:hover .podcast-episode-details-next-carrot {
border-color: var(--white) !important;
}
.podcast-episode .podcast-episode-info .podcast-episode-title {
color: var(--medium);
}
.podcast-episode-details .podcast-episode-details-footer .podcast-episode-details-cta a, .podcast-episode-details .podcast-episode-details-footer .podcast-episode-details-cta button, .podcast-episode-details .podcast-episode-details-footer .podcast-episode-details-cta .podcast-episode-details-cta-btn {
color: var(--dark) !important;
}
.podcast-episode-details .podcast-episode-details-footer .podcast-episode-details-cta .podcast-episode-details-cta-share:hover .social-media-share-wrapper .social-media-share-dropdown a:hover {
color: var(--light) !important;
}

/* Buttons */
.button, .blog-landing-load-more, .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"] {
background: transparent !important;
color: var(--dark) !important;
border: 2px solid var(--dark) !important;
border-radius: 0px;
font-family: var(--font-1) !important;
text-transform: none;
letter-spacing: normal;
font-weight: 500;
font-size: 18px;
-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-load-more: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 {
background: var(--dark) !important;
color: var(--white) !important;
border: 2px solid var(--dark) !important;
border-radius: 0px; 
letter-spacing: normal;
}
.investor-access-login-button {
background: var(--light);
border: 2px solid var(--light);
border-radius: 0px;
font-size: 18px;
color: var(--dark);
font-family: var(--font-1) !important;
text-transform: capitalize;
letter-spacing: normal;
font-weight: 500;
-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:hover {
background: var(--white);
color: var(--dark);
border: 2px solid var(--white);
letter-spacing: normal;
}
a {
color: var(--medium);
}
a:hover {
color: var(--dark);
}
.copy-section p 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: var(--medium);
text-decoration: underline;
font-weight: 500;
}
.copy-section p 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(--dark);
text-decoration: underline;
}
/*
==============================================
Header Section
==============================================
*/
.header-main {
background: var(--dark) !important;
}
/*
==============================================
Navigation Section
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) {
background: var(--light) !important;
} /* Main Nav */
.primary-nav a {
color: var(--dark);
font-family: var(--font-1);
font-weight: 600;
text-transform: none;
}
.investor-access-remember-me-label {
color: var(--white);
font-family: var(--font-1);
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover {
color: var(--medium-color-1) !important;
}
.primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
color: var(--medium-color-1) !important;
}
.primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
border-top: 4px solid var(--white);
}
.primary-nav .nav-subnav {
-webkit-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.4) !important;
-moz-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.4) !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
color: var(--white);
font-weight: 600;
text-transform: none;
font-family: var(--font-1);
}
/* 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(--dark) !important;
}
.nav:after {
background: var(--white);
display: none;
}
.nav:before {
background: var(--white);
display: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav, 
.primary-nav .nav-subnav {
    margin-top: 4px;
}
.primary-nav > li {
     margin-top: 4px;
}
/*
==============================================
Billboard Content Slider Section
==============================================
*/
.content-slider-section {
    position: relative;
}
.content-slider-wrapper.content-slider-full-height .content-slide {
    background-position: center;
}
.content-slider-wrapper.content-slider-full-height .content-slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    background: -moz-linear-gradient(top, rgba(0,40,86,0) 0%, rgba(0,40,86,0) 41%, rgba(0,40,86,0.35) 80%, rgba(0,40,86,0.55) 100%);
    background: -webkit-linear-gradient(top, rgba(0,40,86,0) 0%,rgba(0,40,86,0) 41%,rgba(0,40,86,0.35) 80%,rgba(0,40,86,0.55) 100%);
    background: linear-gradient(to bottom, rgba(0,40,86,0) 0%,rgba(0,40,86,0) 41%,rgba(0,40,86,0.35) 80%,rgba(0,40,86,0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

.content-slider-heading-wrapper {
    position: relative;
    z-index: 1000;
}
.content-slider-wrapper .content-slider-content-wrapper {
    max-width: 1023px;
}
.content-slider-heading {
    font-size: 55px !important;
    color: var(--white);
    text-transform: none !important;
    font-family: var(--font-1);
    position: relative;
    z-index: 1000;
    bottom: -200px;
    line-height: 55px;
}
.content-slider-content .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%;
}
.content-slider-content .slick-dots li.slick-active button:before {
background: var(--white);
}
/*.billboard-section .head-2 {
color: var(--white);
} 
.billboard-section h1 {
color: var(--white);
}
.billboard-section h1:after {
background: var(--light);
}
.billboard-section:before {
background-color: var(--light-color-1);
}*/


.interior .billboard-content:after {
    background-image: none;
    background-color: var(--light);
}
.interior .billboard-container {
    min-height: 600px;
    overflow: hidden;
    position: relative;
}

/*
==============================================
Intro Section
==============================================
*/
.intro-section {
background: var(--dark);
background-position: center;
background-size: cover;
background-image: none;
position: relative;
}
.intro-content {
    max-width: 810px;
}
.intro-section:after {
content: url('/-/media/rj/advisor-sites/sites/t/h/theinvestorscenter/images/icons/intro-1.svg');
position: absolute;
height: 700px;
width: 255px;
display: block;
bottom: -1px;
left: -20px;
z-index: 10 !important;
}
.intro-content, .intro-content p {
color: var(--white) !important;
font-family: var(--font-1);
line-height: normal;
text-transform: none;
} 
.intro-section .intro-text:before {
background: var(--light);
}  
.intro-section .body-copy-accent {
color: var(--white);
font-family: var(--font-1);
text-transform: none;
font-weight: 600;
font-size: 42px;
line-height: normal;
padding: 0px;
} 
.intro-section .body-copy-accent:after {
background: var(--light);
opacity: 1;
}
.intro-section .intro-content:before {
background: var(--white);
opacity: .4;
}
.intro-section .intro-content:after {
background: var(--white);
opacity: .4; 
}
.intro-middle {
color: var(--dark);
font-family: playfair display;
font-size: 24px;
font-weight: 400;
}
.intro-middle::after {
background: var(--light);
}

/*
==============================================
Services Section
==============================================
*/
.services-section {
background: var(--gray-light);
background-position: center;
background-size: cover;
padding: 50px 0 100px 0;
}
.services-section .services-content {
text-align: center;
color: var(--gray-dark);
padding-left: 25px;
padding-right: 25px;
}
.services-section h4 {
color: var(--dark);
font-family: var(--font-1);
text-transform: none;
font-weight: 600;
font-size: 40px;
margin: 40px 0px;
} 
.services-section h4:after {
background: var(--light);
content: "";
display: block;
height: 5px;
width: 60px;
position: relative;
margin: 19px auto;
} 
.services-section .services-headline h4 {
color: var(--medium);  
}
.services-section .head-2 {
color: var(--dark);
}
.services-section .services-slider h4 {
color: var(--gray-dark);
}
/*
==============================================
Niches Section
==============================================
*/
.niche-section {
background: var(--light);
border-top: 0px solid var(--light);
border-bottom: 0px solid var(--light);
background-position: center;
background-size: cover;
padding: 40px 0 60px;
} 
.niche-section:before {
background: transparent;  
}
.niche-section h4 {
color: var(--dark);
text-align: center;
font-family: var(--font-1);
font-size: 40px;
font-weight: 600;
line-height: 31px;
text-transform: none;
display: block;
animation: slideInUpSmall 1s linear;
margin: 40px 0px;
}
.niche-section .head-1 {
color: var(--dark);
}
.niche-section h4:after {
background: var(--white);
content: "";
display: block;
height: 5px;
width: 60px;
position: relative;
margin: 19px auto;
}
.niche-section .mc-heading {
font-family: var(--font-1) !important;
color: var(--dark) !important;
font-size: 26px !important;
font-weight: 600 !important;
line-height: 33px !important;
text-align: center !important;
text-transform: none !important;
letter-spacing: -1px !important;
}
/* NOT USED IN THIS BUILD */
.copy-section .head-2 {
color: var(--dark);
text-align: center;
font-family: var(--font-1);
font-size: 40px;
font-weight: 400;
line-height: 31px;
text-transform: none;
display: block;
animation: slideInUpSmall 1s linear;
margin: 40px 0px;
}
.copy-section h1 .head-2:after {
    display: none;
}
.niche-section .mc-heading:after {
display: none;
}
.niche-section .mc-container .slick-slider {
padding: 40px 0px;
}
.niche-section .mc-copy {
font-family: var(--font-1);
color: var(--dark);
font-size: 18px;
}
.niche-section .mc-container a .mc-cta {
font-family: var(--font-1);
color: var(--dark);
font-size: 20px;
line-height: normal;
font-weight: 600;
background: none;
padding: 0;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
border: none;
letter-spacing: normal;
text-transform: none;
text-decoration: none;
}
.niche-section .mc-container a:hover .mc-cta {
font-family: var(--font-1);
color: var(--dark);
letter-spacing: 1px;
text-decoration: none;
}
.cta-center .mc-cta-slide-number-wrapper {
width: 100%;
}
.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);
}
.niche-section .mc-container .slick-slide a:hover {
    box-shadow: inset 0px 20px 50px 0px rgba(0,0,0,0), inset 10px 20px 50px -20px rgba(0,0,0,0);
}
/*
==============================================
Team Section & Bio Pages
==============================================
*/
.team-section {
border-top: 0px solid var(--gray-medium);
background: var(--white);
}
.team-section h4 {
color: var(--dark);
font-family: var(--font-1);
text-transform: none;
font-weight: 600;
font-size: 40px;
margin: 40px 0px;
}
.team-section .head-1 {
color: var(--dark);
}
.team-section h4:after {
background: var(--light);
}
.team-section .yearbook-container .yearbook-last-name, .team-section .yearbook-container .yearbook-first-name {
color: var(--gray-dark) !important;
font-family: var(--font-1);
font-size: 20px;
font-weight: 500;
text-transform: none;
display: inline;
}
.team-section .yearbook-container .yearbook-designation {
color: var(--gray-dark) !important;
font-family: var(--font-1);
font-size: 20px;
font-weight: 400;
text-transform: none;
display: inline;
}
.yearbook-designation-wrapper {
margin-bottom: 0px;
margin-top: 0px;
}
.team-section .yearbook-container .yearbook-title {
color: var(--gray-dark) !important;
font-family: var(--font-1);
font-size: 15px;
font-weight: 500;
text-transform: none;
}
.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), 0.2) 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), 0.2) 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), 0.2) 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), 0) 30%,rgba(var(--rgb-color-1), 0.1) 52%,rgba(var(--rgb-color-1), 0.2) 100%);
background: -webkit-linear-gradient(top, rgba(var(--rgb-color-1), 0) 30%,rgba(var(--rgb-color-1), 0.1) 52%,rgba(var(--rgb-color-1), 0.2) 100%);
background: linear-gradient(to bottom, rgba(var(--rgb-color-1), 0) 30%,rgba(var(--rgb-color-1), 0.1) 52%,rgba(var(--rgb-color-1), 0.2) 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), 0.2);
}
.team-section .yearbook-container .slick-prev {
border-top: 1px solid var(--dark);
border-left: 1px solid var(--dark);
}
.team-section .yearbook-container .slick-next {
border-top: 1px solid var(--dark);
border-right: 1px solid var(--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(--medium) !important;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
background-color:var(--light);
height: 4px;
width: 15%;
}
.copy-section .yearbook-container .yearbook-first-name, .copy-section .yearbook-container .yearbook-last-name, .copy-section .yearbook-container .yearbook-designation, .copy-section .yearbook-container .yearbook-title {
font-family: var(--font-1);
color: var(--gray-dark) !important;
text-transform: none;
font-weight: 500;
}

.bio-quote-section {
background: var(--white);
/* Unhide the snippet below to hide the bio quote section */  
display: none !important;
}
.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);
}

/*
==============================================
Callouts Section
==============================================
*/  
.callouts-container .callout-item, .callouts-mobile-slider .callout-item {
    height: auto !important;
}
.co-who-we-serve .callout-item .callout-image-wrapper, 
.co-who-we-serve .callout-item .callout-image, 
.co-who-we-serve.callouts-mobile-slider .callout-item .callout-image-wrapper, 
.co-who-we-serve.callouts-mobile-slider .callout-item .callout-image {
    height: auto !important;
}

.callouts-section {
background: var(--white);
background-position: center;
background-size: cover;
}
.callouts-section h4, .copy-section h4, .copy-section .sub-head-main .head-2 {
color: var(--dark);
font-family: var(--font-1);
text-transform: none;
font-weight: 600;
font-size: 40px;
margin: 40px 0px;
text-align: center;
}
.callouts-section h4:after, .copy-section .sub-head-main .head-2:after {
background: var(--light);
content: "";
display: block;
height: 5px;
width: 60px;
position: relative;
margin: 19px auto;
}
.callouts-container.callouts-version-3 .callout-item .callout-image-wrapper, .callouts-container.callouts-version-3 .callout-item .callout-image, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image-wrapper, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image {
height: auto !important;
min-height: fit-content;
max-height: fit-content;
width: auto;
}
.ic-callout-2fr.callouts-version-3 .callout-item .callout-image-wrapper, .ic-callout-2fr.callouts-version-3 .callout-item .callout-image, .ic-callout-2fr.callouts-version-3.callouts-mobile-slider .callout-item .callout-image-wrapper, .ic-callout-2fr.callouts-version-3.callouts-mobile-slider .callout-item .callout-image {
height: 350px;
min-height: fit-content;
max-height: fit-content;
width: auto;
}
.ic-callout-2fr.callouts-version-3 .callout-item .callout-cta-wrapper, .ic-callout-2fr.callouts-version-3.callouts-mobile-slider .callout-item .callout-cta-wrapper {
top: 30% !important;
}
.ic-callout-2fr {
grid-template-columns: repeat(2, 1fr);
}
.callouts-version-3 .callout-item {
padding-top: 0px !important;
padding-bottom: 15px !important;
position: relative !important;
}
.callouts-section .callout-item:hover {
background: transparent;
}
.callouts-version-3 .callout-heading {
color: var(--dark) !important;
text-transform: none !important;
font-size: 18px !important;
margin: 20px 0px 20px 0px;
-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-container.callouts-version-3 .callout-item .callout-cta-wrapper button, .callouts-version-3.callouts-mobile-slider .callout-item .callout-cta-wrapper button {
width: 100%;
letter-spacing: 1px;
opacity: 0;
}
.callouts-container.callouts-version-3 .callout-item:hover .callout-cta-wrapper button, .callouts-version-3.callouts-mobile-slider .callout-item:hover .callout-cta-wrapper button {
letter-spacing: 1px;
}
.callouts-version-3 .callout-item .callout-cta-wrapper button {
color: var(--white) !important;
font-family: var(--font-1) !important;
font-size: 24px !important;
text-transform: none;
font-weight: 400;
background: rgba(0, 0, 0, 0);
border: none;
letter-spacing: 0px;
display: block;
letter-spacing: normal;
-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-version-3 .callout-item .callout-cta-wrapper button:after {
background: var(--light);
content: "";
display: block;
height: 5px;
width: 60px;
position: relative;
margin: 1px auto;
}
.callouts-container.callouts-version-3 .callout-item .callout-cta-wrapper, .callouts-version-3.callouts-mobile-slider .callout-item .callout-cta-wrapper {
top: 35%;
}
.callouts-container.callouts-version-3 .callout-item .callout-image-wrapper, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image-wrapper {
background: var(--dark);
}
.interior .callouts-container, .interior .callouts-mobile-slider {
padding: 20px 0;
}
.interior .callouts-container.callouts-version-3 .callout-item .callout-image-wrapper, 
.interior .callouts-container.callouts-version-3 .callout-item .callout-image, 
.interior .callouts-version-3.callouts-mobile-slider .callout-item .callout-image-wrapper, 
.interior .callouts-version-3.callouts-mobile-slider .callout-item .callout-image {
    height: 221px;
}
/*
==============================================
Quote Section
==============================================
*/  
.body-home .quote-section {
border-top: 0px solid var(--gray-dark);
background: var(--white);
background-image: none !important;
}
.quote-section {
background: var(--white);
background-position: center;
background-size: cover;
} 
.body-home .quote-section .quote {
color: var(--dark) !important;
}
.body-home .quote-section .quote-cite {
color: var(--medium) !important;
}
.quote-section .quote {
color: var(--gray-dark) !important;
}
.quote-section .quote-cite {
color: var(--dark) !important;
}
.quote-section .quote-wrapper .quote-hr:before {
background: var(--medium);
}  
.quote-section .quote-wrapper .quote-hr:after {
background: var(--gray-dark);
opacity: .2;
}
.body-home .quote-section:after {
background: var(--dark);
opacity: 0;
}
/*
==============================================
POV Section
==============================================
*/
.pov-section {
background: var(--white);
background-position: center;
background-size: cover;
height: auto !important;
} 
.pov-section h4 {
color: var(--medium);
}
.pov-section .head-1 {
color: var(--dark) !important;
}
.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);
}
.pov-carousel .mc-container a:hover .mc-cta {
color: var(--gray-dark);  
text-decoration: none;
}
.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-light);
border-bottom: 1px solid var(--gray-light);
}

/*
==============================================
Footer Section
==============================================
*/
.ftr-logo-wrapper {
padding: 0px !important;
}
.footer-section .footer-logo .ftr-logo {
max-width: 200px;
}
.footer-section {
background: var(--dark);
}
.footer-section .social-container {
border-top: 7px solid var(--light);
border-bottom: 0px solid var(--dark);
}
.footer-section .footer-cta-section h4:after {
background: var(--light);
} 
.footer-section .social-container:after {
background: transparent;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
    content: "●";
    color: var(--light);
    font-size: 11px;
    top: -3px;
}
.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);
text-transform: none;
font-family: var(--font-1);
}
.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, .footer-section .ftr-disclosures p {
color: var(--white);
line-height: normal;
}
/* This hides the word "address" that appeard above the address */
.footer-section .ftr-nap-address:before {
display: none;
}
.footer-section .footer-contact-info {
    padding: 29px 0 10px;
}
/*
==============================================
Interior Pages
==============================================
*/
.body-blog-detail .resource-section, .copy-section, .bio-section, .resource-section, .blog-main, .body-resource-detail .resource-section, .body-map-directions .resource-section, .podcast-page .resource-section, .podcast-detail .resource-section {
background: var(--white);
}
.copy-section .head-1 {
font-size: 45px !important;
line-height: normal !important;
text-align: left !important;
}
.copy-section .head-1:after, .body-about-us .copy-section h2:after {
content: "";
display: block;
height: 5px;
width: 60px;
position: relative;
background: var(--light);
margin: 19px auto;
}
.copy-section h1, .copy-section .head-1, .body-about-us .copy-section h2, .copy-section h2, .copy-section h3, .copy-section h4, .copy-section h5, .resource-detail-copy-wrapper h4 {
color: var(--dark);
font-family: var(--font-1);
text-transform: none;
text-align: center !important;
margin: 55px 0px;
}

.body-about-us .copy-section h2, .copy-section h2 {
font-size: 35px;
}
.copy-section h3, .copy-section h4, .copy-section h5 {
text-align: left;
margin: 50px 0px 30px 0px;
font-size: 24px;
}
.copy-section .head-3, .copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2 {
color: var(--dark);
font-family: var(--font-1);
text-transform: none;
}
.resource-section .body-resource-detail h3, .resource-detail-heading {
color: var(--dark) !important;
text-transform: none;
font-family: var(--font-1);
}
.quote-section {
background: var(--white);
display: none;
}
.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);
}
/*
==============================================
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;
font-family: var(--font-1);
}
.filter-list-heading a:hover, .filter-list-heading ul li a:hover {
color: var(--gray-dark) !important;
}

/*
 
Next/Previous arrows and background variables
==============================================
 
blue = #
fuchsia = #
lime = #
orange = #
red = #
aqua = #
 
==============================================
*/   /* 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(--dark) !important;
font-family: var(--font-1);
font-weight: 400;
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: var(--dark) !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(--light) !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(--dark) !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(--dark) !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(--light) !important;
}

/*
==============================================
Advanced Bios
==============================================
*/
.body-bio-alt-2 .bio-photo-lg-section {
background: var(--dark);
}
.bio-detail-name-wrapper {
font-family: var(--white);
color: var(--light) !important;
}
.body-bio-alt-1 .bio-detail-first-name, .body-bio-alt-1 .bio-detail-middle-initial, .body-bio-alt-1 .bio-detail-last-name, .body-bio-alt-1 .bio-detail-preferred-name {
font-family: var(--font-1);
color: var(--white) !important;
font-size: 28px;
line-height: 30px;
text-transform: none;
font-weight: 600;
}
.body-bio-alt-1 .bio-detail-links-wrapper {
border-top: 5px solid var(--light);
}
.body-bio-alt-1 .bio-detail-title, .body-bio-alt-1 .bio-detail-designation {
font-family: var(--font-1);
color: var(--white) !important;
text-transform: none;
font-size: 21px;
font-weight: 500;
}
.body-bio-alt-1 .bio-detail-links-wrapper .fa {
color: var(--white) !important;
}
.body-bio-alt-1 .bio-detail-links-wrapper .fa:hover {
color: var(--light) !important;
border: 1px solid var(--light);
}
.body-bio-alt-1 .bio-detail-email-link-as-text:hover, .body-bio-alt-1 .bio-detail-phone-link-as-text:hover {
text-decoration: none;
color: var(--light);
}
.body-bio-alt-2 .bio-detail-headshot-wrapper img {
border: 0px solid #ffffff;
}
.body-bio-alt-1 .bio-detail-email-link-as-text, .body-bio-alt-1 .bio-detail-phone-link-as-text {
font-weight: 400;
}

/*
==============================================
Modules
==============================================
*/

/*
Model 1
--primary = #002949
--secondary = #104C6E
--tertiary = #a3dbf3
*/   

/* Families and Individuals */
.masterprime .arrow {
fill: var(--light);
}
.masterprime .body-module-retirees .module-whats-your-retirment-section .media-carousel-three .mc-image {
border-top: 8px solid var(--light);
}
.masterprime .body-module-retirees .module-whats-your-retirment-section .mc-container a:hover .mc-cta {
color: var(--dark);
text-decoration: none;
}
.masterprime .body-module-pre-retirees .module-case-section .module-case-content a {
text-decoration: none;
}
.masterprime .related-resources-content .mc-cta {
color: var(--dark) !important;
text-decoration: none;
}
.masterprime .module-intro-content .head-2 {
color: #104C6E !important;
}
.masterprime .module-case-content h4 {
color: #104C6E;
}
.donut-segment-2 {
stroke: #104C6E;border: 1px solid transparent
}
.masterprime .module-cta {
    color: #104C6E;
}
.masterprime .module-case-content:hover .module-cta {
    color: #393939;
}
.masterprime .module-section-header {
background: #002949;
}
.masterprime .content-slider-wrapper .content-slider-cta {
color: #104C6E;
}
.masterprime .module-slider-content .content-slider-wrapper .slick-slide:hover .content-slider-cta {
color: #393939 !important;
}
.related-resources-content .mc-cta {
color: #104C6E;
}
.masterprime .contact-cta {
color: #104C6E;
}


/* Pre-Retirees */
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section {
background: #002949;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
color: #a3dbf3;
border: 1px solid #a3dbf3;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading:before, .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading:before {
border: 1px solid #a3dbf3;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:hover:before {
border-bottom: 1px dashed #a3dbf3;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:after {
color: #a3dbf3;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content {
background: #002949;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide {
color: #a3dbf3;
border: 1px solid #a3dbf3;
background: #002949;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-slide:hover .content-slider-cta {
color: #fff !important;
background: transparent !important;
border: 1px solid #fff;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:before {
border: 1px solid #a3dbf3;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:after {
border-bottom: 1px dashed #a3dbf3;
}
@keyframes module-slider-content-slide-animate {
0%{
transform: scale(1.0);
color: rgba(163, 219, 243, .82);
}
10% { 
transform: scale(1.2);
color: rgba(163, 219, 243, 1);
}
20%, 100% { 
transform: scale(1.0);
color: rgba(163, 219, 243, .82);
}
}@keyframes module-slider-content-slide-line {
0%{
opacity: 0;
    border-color: transparent;
    width: 0;
}
100% { 
opacity: .5;
    border-color: #a3dbf3;
    width: 18px;
}
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-dots li.slick-active button:before {
color: #a3dbf3;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item {
background: #002949;
border: 1px solid #002949;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item:hover {
border: 1px solid #002949;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover .callout-heading-wrapper .callout-heading, .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-mobile-slider .callout-item:hover .callout-heading-wrapper .callout-heading {
color: #002949;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover .callout-cta-wrapper button, .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-mobile-slider .callout-item:hover .callout-cta-wrapper button {
color: #002949;
}
.masterprime .body-module-pre-retirees .module-multimedia-slider-section .slick-dots li.slick-active button:before {
color: #5489b6;
}
.masterprime .body-module-corporate-executives .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading {
border: 1px solid transparent;
}

.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:before, .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container:before {
background: #a3dbf3;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .explore-strategies-text-block a {
color: #a3dbf3;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item .callout-image-wrapper:before,
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:hover .callout-image-wrapper {
border: 1px solid #a3dbf3;
}
.masterprime .module-hedge-content p.disclaimer a {
color: #002949;
}
@media only screen and (max-width: 1024px) {
.masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-mobile-slider .callout-item .callout-image-wrapper {
    border: 1px solid #a3dbf3;
}
}


/*
==============================================
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)  {
    .intro-section:after {
    content: url('/-/media/rj/advisor-sites/sites/t/h/theinvestorscenter/images/icons/intro-1.svg');
    position: absolute;
    height: 525px;
    width: 191px;
    display: block;
    bottom: -2px;
    left: 0px;
    z-index: 10 !important;
    }
    .content-slider-wrapper .content-slider-heading {
    font-size: 52px !important;
    bottom: -190px;
    line-height: 52px;
    }
    .callouts-container.callouts-version-3 .callout-item .callout-image-wrapper, .callouts-container.callouts-version-3 .callout-item .callout-image, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image-wrapper, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image {
        height: auto;
        min-height: auto;
        max-height: 100%;
        width: 100%;
    }
}

/* 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)  {
    .intro-section:after {
    display: none;
    }
    .content-slider-wrapper .content-slider-heading {
    font-size: 52px !important;
    bottom: -190px;
    line-height: 52px;
    }
    
}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
    .intro-section:after {
    display: none;
    }
    .intro-section .intro-text:before {
    content: url('/-/media/rj/advisor-sites/sites/t/h/theinvestorscenter/images/icons/intro-1.svg');
    display: block;
    height: 100px;
    width: 50px;
    background: transparent;
    position: relative;
    top: -122px;
    z-index: 1;
    margin: 0 auto;
    }
    .content-slider-heading {
    font-size: 36px !important;
    bottom: -100px;
    line-height: 36px;
    }
    .callouts-container {
    flex-direction: column;
    }
    .callouts-container.callouts-version-3 .callout-item .callout-image-wrapper, .callouts-container.callouts-version-3 .callout-item .callout-image, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image-wrapper, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image {
    height: 300px;
    }
    .callouts-section .callouts-container .callout-item {
        width: calc(46% - 0px);
    }
    .interior .callouts-container.callouts-version-3 .callout-item .callout-image-wrapper, .interior .callouts-container.callouts-version-3 .callout-item .callout-image, .interior .callouts-version-3.callouts-mobile-slider .callout-item .callout-image-wrapper, .interior .callouts-version-3.callouts-mobile-slider .callout-item .callout-image {
        height: auto;
    }
 
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
    .intro-section .intro-text:before {
    top: -122px;
    }
    .content-slider-wrapper.content-slider-full-height .content-slide {
    min-height: calc(100vh - 65px);
    }
    .content-slider-heading {
    font-size: 36px !important;
    bottom: -105px;
    line-height: 36px;
    }
    .header-main .ftr-logo, .footer-section .footer-logo .ftr-logo {
    max-width: 200px;
    }
    .callouts-container.callouts-version-3 .callout-item .callout-image-wrapper, .callouts-container.callouts-version-3 .callout-item .callout-image, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image-wrapper, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image {
    height: 250px;
    min-height: fit-content;
    max-height: fit-content;
    width: 350px;
    margin: 0 auto;
    }
 
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
    .intro-section .intro-text:before {
    top: -122px;
    }
    .nav-trigger:after {
    left: -2px;
    top: -15px;
    right: -25px;
    bottom: -17px;
    background: var(--white);
    opacity: .8;
    z-index: -1;
    }
    .nav-opened.nav-trigger:after {
    background: none;
    }  
    .nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background: var(--light) !important;
    box-shadow: inset 17px 0 169px 3px rgba(0,0,0,0.0);
    } 
    .fa-angle-down:before {
    color: var(--dark);
    }
    /* 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);
    }
    .nav-address-wrapper {
    font-family: var(--font-1);
    font-weight: 500;
    color: var(--dark);
    }
 
    .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav, .primary-nav .nav-subnav {
        margin-top: 0px;
        padding-top: 6px !important;
    }
    /* 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;
    }
    .content-slider-wrapper.content-slider-full-height .content-slide {
    min-height: calc(100vh - 275px);
    }
    .content-slider-heading {
    font-size: 36px !important;
    bottom: -275px;
    line-height: 36px;
    }

    .callouts-container.callouts-version-3 .callout-item .callout-image-wrapper, .callouts-container.callouts-version-3 .callout-item .callout-image, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image-wrapper, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image {
    height: 175px;
    min-height: fit-content;
    max-height: fit-content;
    width: 275px;
    margin: 0 auto;
    }
    .callouts-section .callouts-container .callout-item {
    width: calc(100% - 0px);
    }
    .callouts-mobile-slider {
        opacity: 1 !important;
    }

}
/* Extra small devices (most portrait phones, 736px and less) mobile-p */
@media only screen and (max-width: 736px) {
    .intro-section .intro-text:before {
    top: -81px;
    }
    .content-slider-wrapper.content-slider-full-height .content-slide {
    min-height: calc(100vh - 100px);
    }
    .content-slider-heading {
    font-size: 26px !important;
    bottom: -80px;
    line-height: 26px;
    }
    .footer-cta-sticky:before {
    display: none;
    }
    .callouts-version-3 .callout-item {
         padding-bottom: 55px !important;
     }
     .callouts-container.callouts-version-3 .callout-item .callout-image-wrapper, .callouts-container.callouts-version-3 .callout-item .callout-image, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image-wrapper, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image {
        height: auto !important;
        min-height: auto !important;
        max-height: inherit !important;
        width: auto !important;
        margin: 0 auto;
        overflow: hidden !important;
        display: table !important;
    }
    .callouts-version-3 .callout-item {
        /* height: 310px !important; */
        /* border: 1px dashed #ccc; */
    }
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
    .content-slider-heading {
    font-size: 36px !important;
    bottom: -100px;
    line-height: 36px;
    }
    .content-slider-wrapper.content-slider-full-height .content-slide {
    min-height: calc(100vh - 315px);
    }
    .intro-section .intro-text:before {
    top: -81px;
    }
    .callouts-section .slick-prev:after {
    border-left: 1px solid var(--white);
    border-top: 1px solid var(--white);
    }
    .callouts-section .slick-next:after {
    border-right: 1px solid var(--white);
    border-top: 1px solid var(--white);
    }
    .content-slider-wrapper .content-slider-heading {
    font-size: 25px !important;
    bottom: -115px;
    line-height: 25px;
    }
    .copy-section .head-1 {
    font-size: 35px !important;
    line-height: normal !important;
    }
    .body-bio-alt-structure .bio-main-content-section {
    border-top: 3px solid var(--light);
    }

    .callouts-container.callouts-version-3 .callout-item .callout-image-wrapper, .callouts-container.callouts-version-3 .callout-item .callout-image, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image-wrapper, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image {
        height: auto !important;
        min-height: auto !important;
        max-height: inherit !important;
        width: auto !important;
        margin: 0 auto;
        overflow: hidden !important;
        display: table !important;
    }
    .callouts-version-3 .callout-item {
        /* height: 310px !important; */
        /* border: 1px dashed #ccc; */
    }
}



/* 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(--white);
    border-top: 1px solid var(--white);
}
.callouts-section  .slick-next:after {
    border-right: 1px solid var(--white);
    border-top: 1px solid var(--white);
}
.content-slider-heading {
    font-size: 36px !important;
    bottom: -100px;
    line-height: 36px;
    }
    .content-slider-wrapper.content-slider-full-height .content-slide {
    min-height: calc(100vh - 0px);
    } 

    .callouts-container.callouts-version-3 .callout-item .callout-image-wrapper, .callouts-container.callouts-version-3 .callout-item .callout-image, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image-wrapper, .callouts-version-3.callouts-mobile-slider .callout-item .callout-image {
        height: auto !important;
        min-height: auto !important;
        max-height: inherit !important;
        width: auto !important;
        margin: 0 auto;
        overflow: hidden !important;
        display: table !important;
    }
    .callouts-version-3 .callout-item {
        /* height: 310px !important; */
        /* border: 1px dashed #ccc; */
    }
}

/* IE only */
@media screen\0 {

}