@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: "Barlow", sans-serif; */

:root {
	--white: #ffffff;
	--black: #000000;
	--blue: #0b4d99;
	--extraLightBlue: #cce4f4;
	--lightBlue: #66adde;
	--lightSky: #e7f5f7;
	--orange: #f5ab0a;
	--gray: #858ea0;
}


/* font-family: "Barlow", sans-serif; */



body {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 22px;
  opacity:0;
}

html{
    scroll-behavior: smooth;
}

.banner .podcast-icons a{
    text-decoration:none;
}


.filter__btn:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter__btn.is-active:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

#homepage-popup-banner:not(.mobile),
.engagement-banner{
    position:fixed;
    top:72px;
    left:0;
    text-align: center;
    padding: 10px 40px;
    z-index:40;
    width:100%;
}

.testimonial_slider .slick-dots {
    z-index: 10;
}

.engagement-banner{
    top:0;
}

.solution-banner.no_hero_banner.engagement-padding,
.solution-banner.asset_hero.engagement-padding{
    padding-top:150px;
}

#homepage-popup-banner p,
#homepage-popup-banner a{
    color:inherit;
}

#homepage-popup-banner a{
    text-decoration:underline;
}


#homepage-popup-banner .far{
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    cursor:pointer;
}

#homepage-popup-banner.mobile{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    padding: 43px 20px 20px;
}

#homepage-popup-banner.mobile .container{
    padding-right: 35px;
}

.screenshot_info+.screenshot_info,
.screenshot_info {
    z-index: 9;
}

.award_box{
    padding-top:15px;
    padding-bottom:30px;
    min-height:300px;
}
.award_box h4{
    padding-bottom:15px!important;
}


.editor-button.editor-button-dark,
.editor-button.editor-button-trans,
.editor-button.editor-button-blue{
    color:white;
    font-size:16px;
    font-weight: 600;
    height:40px;
    padding: 0 15px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none!important;
    transition: .1s ease-in;
    border: 2px solid #ffffff;
    outline: none;
    display: inline-block;
    vertical-align: middle;
}

.editor-button.editor-button-dark{
    background: rgba(0,0,0,.5);
}
.editor-button.editor-button-blue{
    background-color: #0077c8;
    border: 2px solid #0077c8;
}

.editor-button-dark:hover{
    background: rgba(0,0,0,0.8);
}
.editor-button-trans:hover{
    background-color: #0077c8;
}
.editor-button-blue:hover{
    background-color: #00538c;
    border: 2px solid #00538c;
}

.hero_caption h1.black-text{
    color:#000000;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle.btn-outline-primary:hover,
.btn-outline-primary:hover{
    background-color: #0077c8;
    border-color: #0077c8;
}

.blog_content ul {
    color: #000000;
    margin-bottom: 50px;
}

.home_hero_slider{
    height:500px;
    background-size:cover;
    background-color:#010d1e;
}








@media only screen and (min-width:1120px){
    .home_hero_slider {
        height:675px;
    }
}
.tags_list ul{
    margin-left: 0!important;
    list-style-type: none!important;
}

.blog_content ul+p,
.blog_content ol+p{
    margin-bottom: 30px!important;
}

.blog_content p+ul,
.blog_content p+ul{
    margin-top: 0;
}

.blog_content ol{
    list-style-type: decimal;
    list-style-position: outside;
    margin-left:40px;
    margin-bottom: 26px;
}

.topics-block li {
    margin-left: 3px;
    margin-top: 3px;
}

.banner p {
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

.nonGated-banner-desc-wrapper p,
.banner.gated-banner p{
    margin-bottom:24px;
}

.multimedia-shortDescription{
    margin-bottom:40px;
}

.speaker-title{
    padding-bottom:25px;
}

.speaker-bio p{
    padding-bottom:25px;
    line-height:1.4em;
}

.resourceNoResultsContainer{
    margin-left:18px;
}

.resource-tile-heading-description-wrapper{
    min-height:92px;
}
.solutions_filter .title{
    overflow:hidden;
}

.event-list-grid div{
    width:100%;
}

.featuredEventsTitle{
    color:#ffffff;
    font-size: 40px;
    margin-bottom: 50px;
}

.featured-event-card{
    padding:40px 50px;
}

.featured_events_slider .slick-prev.slick-arrow{
    position:absolute;
    left:-25px;
    top:50%;
    bottom:50%;
    left:-40px
}
.featured_events_slider .slick-next.slick-arrow,
.featured_events_slider .slick-prev.slick-arrow{
    position:absolute;
    top:50%;
    bottom:50%
}
.featured_events_slider .slick-next.slick-arrow{
    right:-40px
}




.dropdown-menu {
    columns:1;
}
.dropdown-menu li{
    list-style:none;
    float: none!important;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

.two-column-form .mktoButtonRow {
    margin-top:-7px;
}

/* underline targeted links */
.blog_content a,
.author a,
.blog-post-authorName-link,
.solutions-resources-section a,
.nonGated-banner-desc-wrapper a,
.page-section.section-subheading a,
.featured-resource-description-wrapper a,
.generic-page-content a,
.message_form.demo_form a,
.author-bio-text a,
.generic-page-content a,
.generic-left-side a,
.generic-right-side a{
    text-decoration:underline!important;
}

.podcast_social_header a,
a.btn{
    text-decoration:none!important;
}

.ng-resource-header{
    padding-bottom:50px;
}

.category h6,
.ms_filter_box .title,
.leadership_box h3{
    overflow:visible;
}

.btn_box .btn:focus-visible:not(:focus),
.input_search:focus-visible:not(:focus),
.btn_search:focus-visible:not(:focus){
    box-shadow:none!important;
    outline: 2px solid black!important;
}

.full-width-overview {
    padding:50px 0;
    width:100%;
}

.quote-link-button{
    margin:20px 0;
}

.wealth_hero .black-text sup:not(a sup), 
.wealth_hero .white-blue-grad sup:not(a sup) {
    font-size: 50%;
    top: -.75em;
}

#homepage-popup-banner:not(.mobile),
.engagement-banner{
    position:fixed;
    top:72px;
    left:0;
    text-align: center;
    padding: 10px 40px;
    z-index:40;
    width:100%;
}

.testimonial_slider .slick-dots {
    z-index: 10;
}

.engagement-banner{
    top:0;
}

.solution-banner.no_hero_banner.engagement-padding,
.solution-banner.asset_hero.engagement-padding{
    padding-top:150px;
}

#homepage-popup-banner p,
#homepage-popup-banner a{
    color:inherit;
}

#homepage-popup-banner a{
    text-decoration:underline;
}

#homepage-popup-banner .far{
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    cursor:pointer;
}

#homepage-popup-banner.mobile{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    padding: 43px 20px 20px;
}

#homepage-popup-banner.mobile .container{
    padding-right: 35px;
}

.screenshot_info+.screenshot_info,
.screenshot_info {
    z-index: 9;
}

.award_box{
    padding-top:15px;
    padding-bottom:30px;
    min-height:300px;
}
.award_box h4{
    padding-bottom:15px!important;
}

.editor-button.editor-button-dark,
.editor-button.editor-button-trans,
.editor-button.editor-button-blue{
    color:white;
    font-size:16px;
    font-weight: 600;
    height:40px;
    padding: 0 15px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none!important;
    transition: .1s ease-in;
    border: 2px solid #ffffff;
    outline: none;
    display: inline-block;
    vertical-align: middle;
}

.editor-button.editor-button-dark{
    background: rgba(0,0,0,.5);
}
.editor-button.editor-button-blue{
    background-color: #0a85c7;
    border: 2px solid #0a85c7;
}

.editor-button-dark:hover{
    background: rgba(0,0,0,0.8);
}
.editor-button-trans:hover{
    background-color: #0a85c7;
}
.editor-button-blue:hover{
    background-color: #0062cc;
    border: 2px solid #0062cc;
}

.hero_caption h1.black-text{
    color:#000000;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:hover{
    background-color: #0a85c7!important;
    border-color: #0a85c7!important;
}

.subnav-link:hover {
    text-decoration-color: #0a85c7;
}

.blog_content ul {
    color: #000000;
    margin-bottom: 50px;
}

.home_hero_slider{
    height:500px;
    /*background-image: url("https://cdn.advent.com/assets/1fvnli5h/webp-homepage-hero-1.webp");*/
    background-size:cover;
    background-color:#010d1e;
}


.tags_list ul{
    margin-left: 0!important;
    list-style-type: none!important;
}

.blog_content ul+p,
.blog_content ol+p{
    margin-bottom: 30px!important;
}

.blog_content p+ul,
.blog_content p+ul{
    margin-top: 0;
}

.blog_content ol{
    list-style-type: decimal;
    list-style-position: outside;
    margin-left:40px;
    margin-bottom: 26px;
}

.topics-block li {
    margin-left: 3px;
    margin-top: 3px;
}

.banner p {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

.nonGated-banner-desc-wrapper p,
.banner.gated-banner p{
    margin-bottom:24px;
}

.multimedia-shortDescription{
    margin-bottom:40px;
}

.speaker-title{
    padding-bottom:25px;
}

.speaker-bio p{
    padding-bottom:25px;
    line-height:1.4em;
}

.resourceNoResultsContainer{
    margin-left:18px;
}

.resource-tile-heading-description-wrapper{
    min-height:92px;
}
.solutions_filter .title{
    overflow:hidden;
}

.event-list-grid div{
    width:100%;
}

.featuredEventsTitle{
    color:#ffffff;
    font-size: 40px;
    margin-bottom: 50px;
}

.featured-event-card{
    padding:40px 50px;
}

.featured_events_slider .slick-prev.slick-arrow{
    position:absolute;
    left:-25px;
    top:50%;
    bottom:50%;
    left:-40px
}
.featured_events_slider .slick-next.slick-arrow,
.featured_events_slider .slick-prev.slick-arrow{
    position:absolute;
    top:50%;
    bottom:50%
}
.featured_events_slider .slick-next.slick-arrow{
    right:-40px
}




.dropdown-menu {
    columns:1;
}
.dropdown-menu li{
    list-style:none;
    float: none!important;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

.two-column-form .mktoButtonRow {
    margin-top:-7px;
}

/* underline targeted links */
.blog_content a,
.author a,
.blog-post-authorName-link,
.solutions-resources-section a,
.nonGated-banner-desc-wrapper a,
.page-section.section-subheading a,
.featured-resource-description-wrapper a,
.generic-page-content a,
.message_form.demo_form a,
.author-bio-text a,
.generic-page-content a,
.generic-left-side a,
.generic-right-side a{
    text-decoration:underline!important;
}

.podcast_social_header a,
a.btn{
    text-decoration:none!important;
}

.ng-resource-header{
    padding-bottom:50px;
}

.category h6,
.ms_filter_box .title,
.leadership_box h3{
    overflow:visible;
}

.btn_box .btn:focus-visible:not(:focus),
.input_search:focus-visible:not(:focus),
.btn_search:focus-visible:not(:focus){
    box-shadow:none!important;
    outline: 2px solid black!important;
}

.full-width-overview {
    padding:50px 0;
    width:100%;
}

.quote-link-button{
    margin:20px 0;
}

/* SSC corp colors - 10-28-2023 */

.megamenu {
    transition: background-color 0.5s ease;
    background-color: rgba(255, 255, 255, 1) !important;
    color: #0077c8;
}

.megamenu .megamenu-nav .nav-link:hover,
.megamenu .megamenu-nav .nav-link,
.megamenu .megamenu-nav .nav-item.is-open > .nav-link,
.read_more,
.read_more i,
.nav-item.is-open a,
#mobileMenu.navbar a,
.navbar .nav-link,
#mobileMenu.navbar .subbtn,
#mobileMenu.navbar li,
#mobileMenu.navbar li a,
.blog_content a,
.resources_list .pl_box .read_more{
    color: #0077c8;
}

.resources_list .pl_box .read_more{
    
}

.megamenu .megamenu-nav .nav-link:hover {
    text-decoration-color: #0077c8;
}

.nav-item.is-open .subnav-item a,
.nav-item.is-open a.btn {
    color: #fff;
}

.mega-nav-button-search-wrapper .btn-header,
.top_footer .btn-header,
.btn.btn-primary,
.btn.btn-dark,
.editor-button.editor-button-blue,
.topics-block a:hover, 
.topics-block button:hover{
    background-color: #0077c8 !important;
    border: 2px solid #0077c8 !important;
    color: #fff !important;
}

.mega-nav-button-search-wrapper .btn-header:hover,
.top_footer .btn-header:hover,
.btn.btn-primary:hover,
.btn.btn-dark:hover,
.editor-button.editor-button-blue:hover{
    background-color: #00538c !important;
    border: 2px solid #00538c !important;
    color: #fff !important;
}


.hero_caption .white-text *, 
.white-text, 
.featured_solution_list .fs_box a, 
.featured_solution_list .fs_box a:link, 
.featured_solution_list .fs_box a:visited, 
.featured_solution_list .fs_box a:active, 
.featured_solution_list .fs_box a:focus, 
.copyright_wrapper .left_box ul li a, 
.footer_links ul li a,
.company_culture_wrapper ul li a:not(.dropdown-item) {   
    color: #ffffff !important;
}

.modal-content p a{
    border: none !important;
    color: #0077c8 !important;
    text-decoration: underline !important;
}

.modal-content p a:hover{
    border: none !important;
    color: #0077c8 !important;
    cursor:pointer;
}



.search_box .btn_search,
.search_box.open .btn_search{
    background:unset;
    background-image: url(https://cdn.advent.com/assets/mz3oqyjh/icon-search-blue.png);
    background-repeat:no-repeat;
    background-position: center;
}
.search_box.open .btn_search-close {
    background-image: url(//cdn.advent.com/assets/fb3lqcm1/close-32x.png) !important;
    background-size: 16px auto;
}

.mega-nav-button-search-wrapper .search_box{
    top: 2px;
}

/*
.search_box .input_search,
.search_box.open .input_search{
    height: 60px;
}

.search_box .btn_search,
.search_box.open .btn_search{
    background-size: 30px auto;
    top: -5px;
}

.mega-nav-button-search-wrapper .search_box .btn_search{
    top: -5px;
}

.search_box.open .input_search {
    border: solid 1px #0077c8;
    font-size: 1.6rem;
}
*/

.footer,
.copyright_wrapper {
    background: #0077c8;
}

#mobileMenu .navbar-toggler span {
    background: #0077c8;
    transition: .25s ease-in-out;
}

.btn.btn-primary,
.editor-button.editor-button-blue {
    line-height: 35px !important;
}

.navbar, .navbar-collapse, .megamenu {
    background-color: #fff;
}

.top_footer .contactButton,
.top_footer .demoButton,
.top_footer .contactButton:hover,
.top_footer .demoButton:hover{
    border:solid 1px white!important;
}

.featured-video-left{
    padding-right: 30px;
}

.featured-video-left p{
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}


.featured-video-right{
    align-content: center;
    padding-left: 30px;
}



@media only screen and (max-width:550px){
    .featured_events_slider .slick-list, 
    .featured_events_slider .slick-slide, 
    .featured_events_slider .slick-track, 
    .featured_events_slider {
        height: 100%;
        height: 100%;
        max-height: 100vh;
    }
}

@media only screen and (min-width:550px){
    .home_hero_slider{
        height:auto;
    }
    .home_hero_slider{
        height:auto;
    }
}

@media only screen and (max-width: 767px){
    .top_footer {
        background-color: #0077c8;
        padding-bottom:20px;
    }
    #mobileMenu{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 50;
    }
    .main_content{
        margin-top:68px;
    }
    .mobile-nav-button-row a{
        background-color:#0077c8!important;
        color:#fff!important;
    }
}

@media only screen and (min-width:768px){
    .resources_list.resources-grid{
        min-height:600px;
    }
    .solutions_filter.ms_filter_box .options{
        width:200%;
    }
    .solutions_filter.ms_filter_box .options ul{
        columns: 2;
    }
}

@media only screen and (min-width:1120px){
    .html{
        scroll-behavior: smooth;
    }
    .home_hero_slider {
        height:675px;
    }
}

.featured-video-wrapper {
    margin-top: 0px !important;
}


a.btn-shadow,
.btn-info,
.btn.btn-primary,
.btn.btn-header,
.btn.demoButton,
.btn.contactButton,
.btn.btn-dark,
.page-section .big-button-wrapper .btn, 
.top_footer .h_btn_box .btn, 
.page-section .overview-buttons .btn, 
.featured-resource-description-wrapper .btn{
    color: var(--black) !important;
    background: var(--orange) !important;
    border-color: var(--orange) !important;
    font-family: 'Barlow';
    border-radius: 50px !important;
    min-height: fit-content;
}



.btn.on-dark:hover {
    color: #fff!important;
    border: 1px solid #fff!important;
    background-color: transparent;
}

.banner-slider .svg-inline--fa{
    height: 1.6rem;
}

.investment-industry-list .col-md-6.col-lg-4{
    position: relative;
    z-index: 10;
}

a.btn-shadow:active:focus,a.btn-shadow:active:hover,
.btn-info:active:focus, .btn-info:hover,
.btn.btn-primary:active:focus,.btn.btn-primary:hover,
.btn.btn-header:active:focus,.btn.btn-header:hover,
.btn.demoButton:active:focus,.btn.demoButton:hover,
.btn.contactButton:active:focus,.btn.contactButton:hover,
.btn.btn-dark:active:focus,.btn.btn-dark:hover,
.page-section .big-button-wrapper .btn:active:focus, .page-section .big-button-wrapper .btn:hover,
.top_footer .h_btn_box .btn:active:focus, .top_footer .h_btn_box .btn:hover,
.page-section .overview-buttons .btn:active:focus, .page-section .overview-buttons .btn:hover,
.featured-resource-description-wrapper .btn:active:focus,.featured-resource-description-wrapper .btn:hover{
    color: var(--black) !important;
    background: transparent !important;
    border-color: var(--lightBlue) !important;
}
