:root {
	--primary-color: #079bd7;
	--alt-color: #00293a;
	--golden-color: #c2b358;
	--gray-color: #dedfe0;
    --light-sky: #e8f0f9;
    --sky: #079bd7;
    --navy: #00293a;
}

/* TEMP CSS Area - Starts */

@media (min-width: 990px) {
    .alt-header-area .template-page {
        padding: 160px 0 !important;
    }
}

.bx-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}
.story-gallery.image-ticker {
    display: flex;
    gap: 15px;
}

.narrow-post .container {
    max-width: 900px;
}

.insights-post-thumb {
    margin-top: 20px;
}

.bd-form {
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    padding: 5px 16px;
    color: var(--primary-color) !important;
    transition: .5s;
}

.bd-form:hover {
    background-color: #fff !important;
    opacity: 1 !important;
}

/* TEMP CSS Area - Ends */

#socket .menu a {
    font-size: 15px;
}

#socket .copyright {
    font-size: 13px;
}

.narrow-gap .av-flex-placeholder {
    width: 4% !important;
}

form.post-password-form {
    padding-top: 80px;
}

.wp-caption-text {
    font-size: 15px;
    font-style: normal;
    font-family: inherit;
}

.wp-caption img {
    padding: 0 !important;
}

.inner-landing-hero .av-section-color-overlay {
    background-color: var(--alt-color) !important;
    opacity: .55 !important;
}

.home #header {
    background-image: linear-gradient(to bottom, rgb(0 41 58 / 0.38),rgb(0 41 58 / 0) );
}

#top .svg-col-text strong {
    color: var(--primary-color) !important;
    position: relative;
    transition: all .4s;
}

#top .svg-col-text strong:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 40px;
    height: 1px;
    transition: all .4s;
    background-color: var(--primary-color);
}

#top .svg-col:hover strong:after {
	width: 100%;
}

.insights-preview img {
    width: 850px !important;
}

.avia_button_icon_left {
    padding-right: 5px;
}

.author-image img {
    width: 200px;
}

.insights-text blockquote {
    font-size: 18px;
		line-height: 1.75 !important;
    color: #333;
    background-color: #f8f8f8;
    padding: 1px 25px;
    margin: 25px 0;
}

@media (min-width: 990px) {
    .author-block {
        display: flex !important;
        align-items: center;
    }

    .author-info {
        padding-left: 40px;
        margin-left: 40px;
        border-left: 2px solid var(--golden-color) !important;
    }
}

.flex_column_table {
    margin-top: 0 !important;
    float: none !important;
}

#header_meta {
    border: none !important;
}

#header {
    left: 0;
}

.main_menu .avia-menu-text {
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: normal;
}

#header_meta .menu a {
    color: #fff !important;

}

#header_meta .menu li {
    border-color: #fff !important;
}

@media (min-width: 990px) {
    .av_header_transparency .sub_menu {
        position: relative;
        top: 40px;
    }

    .av_header_transparency .avia-menu.av-main-nav-wrap {
			position: relative;
			top: 15px;
		}

    #header_meta .menu a {
		font-size: 16px !important;
		font-weight: normal;
	}
}

.av-main-nav li:nth-last-child(2) a {
    padding-right: 0 !important;
}

.top-icon:before {
    content: '\e80b';
    font-family: entypo-fontello;
    padding-right: 5px;
}

.top-icon.contact-icon:before {
    content: '\e83b';
}

.top-icon.career-icon:before {
    content: '\e8bc';
}

.top-icon.request-icon:before {
    content: '\e85c';
}

.top-icon.login-icon:before {
    content: '\e8b1';
}

.top-icon.insights-icon:before {
    content: '\e836';
}

.logo img {
    width: 250px !important;
}

@media (max-width: 989px) {
	#top .logo img {
		width: 180px !important;
		margin-top: 18px !important;
	}
}

#hero_top .av-section-color-overlay {
    opacity: .5 !important;
    background-color: transparent !important;
    background-image: linear-gradient(to right, #147ae8, transparent,transparent);
}

.hero-title .av-special-heading-tag {
    /* letter-spacing: 2px !important; */
    /* font-weight: bold !important; */
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.hero-button a {
    font-size: 16px !important;
    letter-spacing: 1px;
    font-weight: bold !important;
    border: none !important;
}

#top .avia-button {
    border-radius: 5px !important;
    border: none !important;
}

.inner-col-area .av-flex-placeholder {
    width: 30px !important;
}

.intro-col svg {
    width: auto;
    height: 90px;
    margin: 0 auto 20px;
    fill: var(--primary-color);
}

.intro-col-title h3 {
    font-weight: bold !important;
    letter-spacing: 1px;
}

.intro-col {
    transition: .5s;
}

.intro-col:hover {
    transform: scale(0.96);
}

.home-slider img {
    border-radius: 100%;
    border: 3px solid var(--primary-color);
    padding: 5px;
    width: 300px;
}

.home-slider strong {
    display: inline-block;
    font-size: 21px !important;
    margin: 25px 0 5px;
}

.footer-iconlist {
    margin: 0;
}

.footer-iconlist .iconlist-char {
    position: relative;
    top: 5px;
}

#custom_footer .menu a {
    padding: 0 !important;
    background-color: transparent !important;
    color: #fff !important;
}

#custom_footer .menu li {
    border: none !important;
    padding-bottom: 7px !important;
    background-color: transparent !important;
}

.footer-title {
    padding-bottom: 15px !important;
}

.footer-info p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

#custom_footer .av-flex-placeholder {
    width: 4% !important;
}

.footer-info a {
    color: var(--primary-color) !important;
}

.footer-info a:hover {
    opacity: .8;
}

.footer-text a,
#custom_footer .menu a:hover,
.footer-iconlist a:hover {
    color: var(--primary-color) !important;
}

.footer-button a {
    font-size: 16px !important;
    font-weight: bold !important;
    background: var(--primary-color) !important;
    border: none !important;
    color: #fff !important;
    letter-spacing: 1px;
    width: 100%;
}

@media screen and (min-width: 990px) {
    .intro-col {
        padding: 35px 25px !important;
    }
}

@media screen and (min-width: 768px) {
    #header_meta .menu a {
        font-size: 15px;
    }

    .hero-button a {
        font-size: 20px !important;
    }

    .home-slider {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .home-slider-content {
        padding-left: 50px;
    }

    .home-slider-content {
    	width: calc(100% - 350px);
    }

    .home-slider-alt .home-slider-content {
    	padding-left: 0;
    	padding-right: 50px;
    }
}

@media screen and (max-width: 989px) {
    #header_meta {
        background-color: var(--primary-color) !important;
    }

    .founders-quotes .slide-entry-title {
        font-size: 30px;
    }
}

.logo img {
	margin-top: 5px !important;
}

@media screen and (max-width: 767px) {
    .logo img {
        width: 180px !important;
        margin-top: 10px !important;
    }
}


.adv-grid-icon svg {
    width: auto;
    height: 60px;
    margin: 0 auto;
    fill: #fff
}

.adv-grid-icon {
    background-color: var(--primary-color);
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 100%;
    padding: 5px;
    margin-bottom: 20px;
    transition: .5s;
}

.adv-grid-icon:hover {
	transform: scale(1.05);
}

.adv-col-title .av-subheading {
    line-height: 1.6;
    margin-top: 10px;
}

.adv-col-title h2 {
    font-weight: bold !important;
    letter-spacing: 1px;
}

.single-title-area .content {
    padding: 30px 0;
}

.section-title .av-special-heading-tag {
    text-transform: none !important;
    /* font-weight: bold !important; */
    /* letter-spacing: 2px !important; */
}

.home-slider em {
    font-size: 16px !important;
}

.stat-col .heading {
    border: 5px solid var(--primary-color);
    height: 180px;
    width: 180px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 100%;
    font-size: 64px !important;
    transition: .5s;
}

.stat-col:hover .heading {
	background-color: #f1f1f1;
}

.stat-col .avia-single-number {
    font-weight: bold;
    letter-spacing: 0;
}

.stat-col .avia-animated-number-content {
    font-weight: bold;
    color: var(--alt-color);
}

.captcha-block {
    height: 0;
}

.contact-iconlist .av_iconlist_title {
    font-weight: bold;
}

.contact-iconlist li:nth-child(n+2) {
    margin-top: 8px;
}

.inner-landing-title h1 {
    letter-spacing: 2px !important;
		text-transform: none !important;
}

.inner-landing-title .av-subheading,
.inner-landing-title h1 {
    text-shadow: 0 0 2px rgb(0 0 0 / 0.8);
    opacity: 1;
}

.single strong,
.avia_textblock strong {
    color: #333 !important;
}

.inner-iconlist .iconlist-char {
    font-size: 25px;
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    top: 0 !important;
}

.inner-iconlist .iconlist_content_wrap {
    margin-left: 65px;
    margin-top: 0 !important;
}

.inner-iconlist li:nth-child(n+2) {
    margin-top: 20px;
}

/* BX Slidert Logo CSS Starts Here */

.slider-logos .bx-wrapper {
    max-width: 100% !important;
}
.slider-logos ul {
    list-style-type: none !important;
    text-align: center;
    margin: 0 !important;
}
.slider-logos ul li {
    text-align: center;
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0 20px;
    height: 80px;
    width: auto !important;
}
.slider-logos ul li img {
    height: 70px;
		width: auto;
}
.slider-logos {
    height: 80px;
}

/* BX Slidert Logo CSS Ends Here */

.inner-text-heading h2 {
    text-transform: none !important;
}

.inner-iconlist-alt .iconlist-char {
    top: 0 !important;
}

.inner-iconlist .iconlist_title_small {
    font-weight: bold;
    color: #666;
}

.fo-serve-icon {
    margin: 0 auto;
}

.fo-col-title h3 {
    color: #000;
}

.stat-col {
	transition: .5s;
	box-shadow: 0 0 5px rgba(242, 242, 242, 0.6);
	padding: 25px;
	border: 3px solid #ffffff !important;
	background-color: #fff !important;
	box-shadow: 0 0 8px #efefef !important;
}

.stat-col:hover {
	transform: scale(.99);
	border: 3px solid var(--primary-color) !important;
}

#top .trans-button a {
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    transition: .5s;
    border-radius: 0 !important;
    font-size: 16px;
    padding: 12px 25px !important;
    letter-spacing: 0.5px;
}

#top .trans-button a:hover {
	color: #fff !important;
}

.normal-button a {
    font-size: 18px !important;
    padding: 13px 25px !important;
}

.avia_button_icon_right {
    padding-left: 5px;
}

.trans-button a:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.bio-landing-title .av-special-heading-tag {
    color: var(--primary-color);
    font-weight: bold !important;
    text-transform: none !important;
}

.bio-landing-title .av-subheading {
    color: #666;
    font-style: italic;
    letter-spacing: 0.2px;
}

.bio-landing-area .av-flex-placeholder {
    width: 50px !important;
}

.bio-landing-content {
    text-align: justify;
}

.bio-col-title {
    text-align: center;
    padding: 0 20px 30px !important;
}

.bio-col-title h3 {
    font-size: 25px !important;
    color: var(--primary-color);
}

.pallas-founders-area .bio-col-title h3 {
	color: var(--primary-color)
}


.av-subheading {
    line-height: 1.7;
}

.bio-col img {
    filter: grayscale(100%);
    width: 350px;
}

.bio-col {
    background-color: #f8f8f8;
    transition: .5s;
}

.bio-col:hover {
    transform: translateY(-5px);
}

.bio-col:hover img {
    filter: grayscale(0);
}

.bio-col:hover .av-image-caption-overlay {
    opacity: 1;
}

.bio-col-area .av-flex-placeholder {
    width: 40px !important;
}

.bio-col-area .flex_column_table {
    max-width: 1140px;
    margin: 0 auto;
}

.big-preview.single-big {
    display: none;
}

.pallas-post .slide-meta-del,
.pallas-post .slide-meta-comments {
    display: none !important;
}

.pallas-post .slide-entry-title {
    font-size: 22px;
    color: var(--primary-color) !important;
    letter-spacing: 0.6px;
}

.inner-link-col .flex_column {
    transition: .5s;
}

.inner-link-col .flex_column:hover {
    transform: scale(0.97);
}

.bio-social {
    margin: -5px 0 30px;
}

.linkedin-icon:before {
    content: '\e8fc';
    top: -2px;
    position: relative;
    font-size: 16px;
    font-family: entypo-fontello;
}

.fp-trans-btn {
    margin: 25px 0 10px !important;
}

#top .fp-trans-btn a {
    font-size: 16px !important;
    border: 2px solid var(--primary-color) !important;
    padding: 10px 22px !important;
    transition: .5s;
}

.fp-trans-btn a:hover {
    background-color: transparent !important;
    color: var(--primary-color) !important;
}

@media (min-width: 768px) {
    .bio-col-area .flex_column_table {
        display: flex !important;
        flex-wrap:wrap;
        justify-content: center;
    }

    .bio-col-area .flex_column {
        margin-left: 0;
        width: calc(33.33% - 26.67px);
    }
}

@media (min-width: 768px) {
    .inner-img-grid .content-col {
        padding: 40px !important;
        background: #f8f8f8;
    }

    .adv-col-title .av-subheading {
        font-size: 18px !important;
    }
	
	.home-slider p {
	   font-size: 20px;
		line-height: 1.5;
	}

	.inner-bg-area .flex_column_table {
        display: flex !important;
        max-width: 850px;
    }

    .inner-bg-area .flex_column {
        padding: 40px 50px !important;
    }

    .inner-bg-area-alt .flex_column_table {
        margin-left: auto;
    }
	
	.loc-map-area .flex_column {
			padding: 30px 40px 25px !important;
	}

	.inner-landing-hero .content {
			padding: 10px 0 100px;
	}
	
	.svg-col-area .flex_column_table {
			display: flex !important;
			flex-wrap: wrap !important;
			justify-content: center;
	}

	.svg-col-area .flex_column {
			margin-left: 0;
			width: calc(33.33% - 20px);
	}
}

@media (min-width: 990px) {
    .inner-landing-hero .content {
	    padding: 150px 0;
	}

	.stat-col-area .flex_column_table {
		max-width: 950px;
		margin: 0 auto;
	}
}

@media (max-width: 989px) {
    .inner-img-grid {
        display: flex !important;
        flex-wrap: wrap;
    }

    .inner-img-grid .img-col {
        order: -1
    }

    .svg-col-area .flex_column {
		width: 100%;
		margin-top: 25px;
    }

    .svg-col-area .hr {
    	display: none !important;
    }
}

@media (min-width: 1310px) {
    .adv-grid-area {
        max-width: 1310px;
        margin: 0 auto !important;
        padding-top: 50px;
    }
}

#process_timeline .av-milestone-contentbox {
    text-align: left;
    padding: 0;
}

#process_timeline .av-milestone-contentbox h4 {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 25px;
    font-weight: bold !important;
    text-transform: uppercase;
    padding: 10px 30px;
}

#process_timeline .av-milestone-contentbox .av-milestone-content {
    padding: 5px 30px 25px !important;
}

#top #process_timeline .milestone_icon {
    border: 3px solid var(--primary-color);
    color: var(--primary-color);
    background-color: #fff !important;
    width: 60px;
    height: 60px;
    line-height: 1.8;
}

#top #process_timeline .milestone_inner {
    background-color: #fff !important;
}

#process_timeline .av-milestone-indicator {
    display: none !important;
}
#process_timeline .av-milestone-icon-wrap:after {
    border-left: 2px solid #ccc !important;
}

@media (max-width: 989px) {
    #process_timeline .av-milestone-date {
        display: none !important;
    }

    #process_timeline .milestone_icon {
        margin: 0 auto;
    }

    #process_timeline .avia-timeline-boxshadow .av-milestone-contentbox:after,
    #process_timeline .avia-timeline-boxshadow .av-milestone-contentbox:before,
    #process_timeline .av-milestone-icon-wrap:after {
        display: none;
    }

    #process_timeline .av-milestone-content-wrap {
        padding-left: 0 !important;
    }

    #process_timeline .av-milestone-contentbox h4 {
        font-size: 20px;
    }
}

.load-more {
    margin: 40px 0 0 0;
    text-align: center;
}

.load-more a {
    display: inline-block;
}

.fo-col-title h3 {
    font-weight: 400 !important;
}

.hero-svg lottie-player {
    width: 100% !important;
    height: auto !important;
}

/*
.intro-iconlist li {font-weight: bold;}

.intro-iconlist li:nth-child(n+2) {
    margin-top: 15px;
}

.intro-iconlist {
    margin-top: 15px;
}

.intro-timeline .av-milestone-indicator {
    display: none !important;
}

.intro-timeline .av-milestone-content-wrap {
    padding-left: 30px;
    text-align: justify;
}

.intro-timeline .milestone_number {
    font-weight: bold;
    font-size: 40px;
}

.intro-timeline .av-milestone-date {
    display: none;
} */

.av-milestone-indicator {
		display: none !important
}

.image-shadow {
    box-shadow: 13px -13px 0 #009ad7;
}

.image-shadow-left {
    box-shadow: -13px -13px 0 #009ad7;
}

@media (max-width: 989px) {
    .inner-text-img.image-shadow {
        margin-top: 50px !important;
    }
}

.hero-content {
    width: 550px !important;
    height: 550px !important;
    background: var(--primary-color);
    padding: 40px;
    border-radius: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    flex-direction: column !important;
}

.hero-content .av-special-heading,
.hero-content .av-special-heading h1 {
    color: #fff;
}

@media (max-width: 1250px) {
	.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
		display: block !important;
	}

	.main_menu .menu-item-top-level {
		display: none;
	}
	
	.hero-content {
		width: 440px !important;
		height: 440px !important;
	}

	.intro-col-title h3 {
		font-size: 20px !important;
		letter-spacing: 0 !important;
	}
}

@media (max-width: 989px) {
	#hero_top .flex_column_table {
		display: flex !important;
		justify-content: center !important;
		flex-direction: column !important;
		text-align: center !important;
		max-width: 440px !important;
		margin: 0 auto;
	}

	.inner-img-col .flex_column {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 767px) {
	.inner-img-col .content-col {
		padding: 25px !important;
	}
}

@media (max-width: 500px) {
	.hero-content {
		width: 350px !important;
		height: 350px !important;
	}
}

.hero-title {
    max-width: 670px;
}

.inner-text-heading h2 {
    font-weight: normal !important;
    color: var(--alt-color);
}

.inner-text-heading h2,
.founders-quotes .slide-entry-title,
.section-title {
    position: relative;
    padding-bottom: 25px !important;
    margin-bottom: 50px !important;
    text-align: left !important;
}

.inner-text-heading h2:after,
.founders-quotes .slide-entry-title:after,
.section-title:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
}

@media (min-width: 768px) {
	.inner-text-heading h2,
	.founders-quotes .slide-entry-title {
		font-size: 40px;
		letter-spacing: 1px !important;
	}
}

@media (max-width: 767px) {
	.inner-text-heading h2,
	.founders-quotes .slide-entry-title {
		font-size: 25px;
	}
}

.intro-col-alt {
    position: relative;
    transition: .5;
}

.intro-col-img {
    padding: 400px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    position: relative;
    transition: .5s;
}

.intro-col-title-alt {
    position: absolute;
    bottom: 50px;
    font-size: 25px !important;
    transition: .5s;
    padding: 0 20px;
    transition: .5s;
}

.intro-col-title-alt .av-subheading {
	opacity: 0;
	display: none;
}

.intro-col-alt:hover .intro-col-title-alt {
    transform: translateY(-10px);
}

.intro-col-alt:hover .av-subheading {
	opacity: 1;
	display: block;
}

.intro-col-title-alt h3{
    /* font-weight: bold !important; */
    /* text-transform: uppercase; */
}

.intro-col-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.25);
    transition: .5s;
}

.intro-col-alt:hover .intro-col-img:before{
    background-color: rgb(0 41 58 / 0.8);
}

/* Unique Area CSS Starts Here */
.unique-block:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.3);
}

.unique-block {
    background-image: url('/wp-content/uploads/2020/07/Pallas-Fiduciary-Responsibility.jpg');
    padding: 240px 30px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    min-height: 480px;
}

.unique-block-four {
    background-image: url('/wp-content/uploads/2020/08/Experienced-Team-Pallas.jpg');
}

.unique-block-two {
    background-image: url('/wp-content/uploads/2020/07/Pallas-The-Power-of-Planning.jpg');
}

.unique-block-three {
    background-image: url('/wp-content/uploads/2020/07/Pallas-Independent-Advisors.jpg');
}

.unique-block * {
    color: #fff !important;
    position: relative;
}

.unique-block h3 {
    font-size: 30px;
}

#unique_area .tab_inner_content {
    margin: 0;
}

#unique_area .tab_content {
    padding: 0 !important;
    min-height: auto !important;
}

#unique_area .tab:focus {
    outline: none;
}

#unique_area .tab {
    font-size: 18px;
    color: var(--alt-color) !important;
    padding: 20px 30px !important;
    border: 1px solid #ebebeb !important;
		background: #fff;
}

#unique_area .tab:hover,
#unique_area .active_tab {
    background-color: var(--alt-color);
    color: #fff !important;
}
    
@media (min-width: 990px) {
    #unique_area .tab_titles {
        max-width: 380px !important;
        margin-left: 40px;
    }

    #unique_area .tab {
        text-align: center;
        border-radius: 5px !important;
        padding: 35px 20px !important;
        box-shadow: 0 0 8px #f3f3f3 !important;
        transition: .5s;
        font-size: 22px;
    }

    #unique_area .tab:nth-child(n+2) {
        margin-top: 25px;
    }
}

#unique_area {
    margin: 50px 0 !important;
}

.unique-block a {
    display: inline-block;
    background-color: var(--primary-color);
    padding: 8px 20px;
    border-radius: 5px;
    letter-spacing: 0.5px;
}

.unique-block a:hover {
    opacity: .9;
}

/* Unique Area CSS Ends Here */

/* Home Founder Area CSS Area - Starts */

.pallas-founders-area {
    position: relative;
}

.pallas-founders-area:before {
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    top: 0;
    content: '';
    background-image: url('/wp-content/uploads/2020/08/Pallas-Founders.jpg');
    background-size: cover;
    background-position: 50% 60%;
}

.pallas-founders-area:after {
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    top: 0;
    content: '';
    background-color: rgb(7 155 215 / 0.6);
    z-index: ;
}

.pallas-founders-area .flex_column_table {
    box-shadow: 0 0 10px rgb(98 98 98 / 0.6);
    border-radius: 5px !important;
    padding: 30px;
    max-width: 950px;
    margin: 0 auto;
    background-color: #fff;
}

.bio-col-alt .bio-col-title {
    padding-bottom: 15px !important;
}
/*
.bio-col-alt img {
    border-radius: 100%;
    box-shadow: 1px 8px 10px 0 #00000038;
}
*/

/* Home Founder Area CSS Area - Ends */

@media (min-width: 990px) {
    .intro-border-col .av_one_fourth {
        border-right: 3px solid var(--primary-color) !important;
        padding-right: 30px;
    }

    .intro-border-col .av_three_fourth {
        padding-left: 50px !important;
    }
}

@media (max-width: 989px) {
    .intro-border-col .section-heading {
        position: relative;
        padding-bottom: 25px !important;
        margin-bottom: 50px;
        text-align: left !important;
    }

    .intro-border-col .section-heading:after {
        content: '';
        position: absolute;
        width: 120px;
        height: 4px;
        bottom: 0;
        left: 0;
        background-color: var(--primary-color);
    }
}

.ol-list li:nth-child(n+2) {
    margin-top: 15px;
}

.ep-list ul {
    list-style-type: none !important;
    margin: 0;
}

.ep-list ul li {
    margin-left: 0;
    border: 1px solid var(--primary-color);
    padding: 20px 20px 20px 50px;
    border-radius: 10px;
    position: relative;
    min-height: 140px;
    display: flex;
    align-items: center;
}

.ep-list ul li:nth-child(n+2) {
    margin-top: 30px;
}

.ep-list ul li:before {
    content: '1';
    font-size: 45px;
    position: absolute;
    left: 0;
    background-color: var(--primary-color);
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    left: -30px
}

.ep-list-one ul li:nth-child(2):before {
	content: '2';
}

.ep-list-two ul li:nth-child(1):before {
	content: '3';
}

.ep-list-two ul li:nth-child(2):before {
	content: '4';
}

.medium-hide .av-medium-hide {
    display: block !important;
}

.landing-intro {
    border-top: 5px solid var(--golden-color) !important;
    background: #f8f8f8 !important;
}

.pallas-founders-area {
    background-color: var(--primary-color);
}

.faq-content-alt .toggler {
    font-size: 18px !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 5px !important;
    font-weight: bold;
    padding: 18px 30px 18px 60px !important;
    background-color: var(--primary-color) !important;
    color: #fff !important;
    transition: .5s;
}

.faq-content-alt .toggler:hover {
	background-color: var(--alt-color) !important;
}

.faq-content-alt .toggle_icon,
.faq-content-alt .vert_icon,
.faq-content-alt .hor_icon {
    border-color: var(--primary-color);
    opacity: 1 !important;
}

.faq-content-alt .av_toggle_section:nth-child(n+2) {
    margin-top: 15px;
}

.faq-content-alt .toggle_content {
    border: none;
    font-size: 16px;
    line-height: 1.7;
}

.faq-content-alt .toggle_icon {
    left: 15px;
    background-color: #fff;
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
}

.faq-content-alt .toggler:focus {
    outline: none !important;
}

@media (min-width: 990px) {
    .colored-three-cols {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .colored-three-cols > ul {
        background-color: rgb(255 255 255 / 0.85);
        padding: 30px;
        width: 31%;
        border-radius: 50px;
        margin: 0;
    }

    .colored-column {
    	background-color: rgb(0 41 58 / 0.8) !important;
    	color: #fff !important;
    }

    .colored-column strong {
    	color: #fff !important;
    }
}

@media (max-width: 989px) {
    .colored-three-cols {
        background-color: rgb(255 255 255 / 0.85);
        padding: 30px;
        border-radius: 50px;
    }

    .colored-three-cols ul {
        margin: 0;
    }
}

.colored-three-cols-alt .colored-three-cols > ul {
    list-style-type: none !important;
}

.colored-three-cols-alt ul ul {
    margin-left: 0;
    list-style-type: circle;
}

.inner-dual-col ul {
    margin: 0 !important;
}

.inner-dual-col {
    margin-top: 40px;
}
    
@media (min-width: 990px) {
    .inner-dual-col {
        display: flex;
        justify-content: space-between;
    }

    .inner-dual-col ul {
        width: 48%;
        background: #f8f8f8;
        padding: 30px 40px;
    }
}

@media (max-width: 989px) {
    .inner-dual-col {
        padding: 25px;
        background: #f8f8f8;
    }
}

.landing-submenu .avia-menu-text {
    font-size: 16px;
    color: #fff !important;
}

.landing-submenu {
    background: var(--alt-color);
    border: none;
}

.landing-submenu a {
    background-color: transparent !important;
}

.landing-submenu a:hover {
    opacity: .8;
}

/* Circle Box CSS Starts Here */

.circle-box .svg-col {
    height: 300px;
    width: 300px !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    border-radius: 100% !important;
}

@media (max-width: 1060px) {
    .circle-box .svg-col {
        height: 280px;
        width: 280px !important;
    }
}

@media (max-width: 767px) {
    .circle-box .svg-col {
        margin: 15px auto !important;
    }
}

/* Circle Box CSS Ends Here */

.article-content {
    background: rgb(255 255 255 / .85);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #efefef;
    position: relative;
    max-width: 500px;
    transition: .5s;
}

.article-image img {
    border-radius: 100%;
    transition: .5s;
}

.article-author, .article-author strong {
    color: #333 !important;
}

.article-content h3 {
    color: var(--primary-color);
    font-size: 25px;
    letter-spacing: 0.5px;
}

.article-content:before {
    content: '\e833';
    font-family: entypo-fontello;
    background: var(--primary-color);
    color: #fff;
    width: 30px !important;
    padding: 10px;
    font-size: 25px;
    border-radius: 100%;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    right: 30px;
    top: -25px;
    z-index: 99;
    overflow: visible !important;
}

@media (min-width: 990px) {
   .article-feature-inner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .article-content {
        padding: 40px;
        left: -50px;
    }
}

.article-feature-box a:hover .article-content {
    transform: translateX(-5px);
}

.article-feature-box a:hover .article-image img {
    transform: translateX(5px);
}

@media (min-width: 990px) {
    .chessbox-cols .content-col {
        padding: 35px 45px !important;
    }
}

@media (max-width: 989px) {
    .chessbox-cols .content-col {
        padding: 30px 0 !important;
    }
}

.home-slider-content .custom-hr {
    margin: 30px 0;
    border: 1px solid var(--primary-color);
    position: relative;
}

.home-slider-content .custom-hr:after {
    content: '\e833';
    font-family: entypo-fontello;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -45px;
    right: -1px;
    background: #f8f8f8 !important;
    font-size: 55px;
    display: inline-block;
    transform: rotate(180deg);
    color: var(--alt-color)
}

@media (max-width: 767px) {
    .home-slider-alt .home-slider-image {
        padding-top: 30px;
    }
}

#top .title_container h1 {
    padding-top: 10px !important;
    margin-bottom: 10px;
}

.inner-landing-title .av-subheading p > span {
    margin-top: 15px;
    font-size: 16px !important;
    display: inline-block;
}

.svg-col-alt svg {
    width: auto;
    height: 70px;
    margin: 0 auto;
    fill: #fff;
}

.svg-col-alt .avia_codeblock {
    background: var(--primary-color);
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    border-radius: 100%;
}

.svg-alt-title h3 {
    color: var(--golden-color);
}

.flex_column.svg-col-alt {
    background: #fff;
    padding: 25px !important;
}

@media (min-width: 768px) {
    .flex_column.svg-col-alt {
        padding: 30px 40px !important;
    }
}

.numbered-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.numbered-item {
    font-size: 70px;
    border: 8px solid #079bd7 !important;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

h3.title-item {
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold !important;
    background: #fff;
    margin-left: -30px;
    padding: 8px 0;
    color: var(--primary-color);
}

@media (max-width: 767px) {
    .numbered-item {
        font-size: 50px;
        width: 100px;
        height: 100px;

    }

    h3.title-item {
        font-size: 25px;
        margin-left: -25px;
    }
}

.adv-planning-list li:nth-child(n+2) {
    margin-top: 30px;
}

.adv-planning-list ul {
    list-style-type: none;
    margin: 0;
}

.adv-planning-list ul li {
    margin-left: 0;
    position: relative;
    padding-left: 86px;
}

.adv-planning-list ul li:before {
    content: '1';
    position: absolute;
    left: 0;
    background-color: var(--primary-color);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    top: 5px;
    border-radius: 100%;
}

.adv-planning-one li:nth-child(2):before {
    content: '2';
}

.adv-planning-one li:nth-child(3):before {
    content: '3';
}

.adv-planning-two li:nth-child(1):before {
    content: '4';
}

.adv-planning-two li:nth-child(2):before {
    content: '5';
}

@media (min-width: 768px) {
    #custom_four_col .flex_cell {
        padding: 50px 100px !important;
    }
}

#custom_four_col .flex_column .avia_textblock > ul {
    list-style-type: none !important;
    margin: 0;
}

#custom_four_col .flex_column .avia_textblock  ul {
    margin-left: 0;
}

#custom_four_col .flex_column {
    background-color: rgb(255 255 255 / 0.85);
    padding: 30px;
    border-radius: 50px !important;
}

.colored-col {
    background-color: rgb(0 41 58 / 0.8) !important;
    color: #fff !important;
}

.colored-col strong {
    color: #fff !important;
}

strong.strong-title {
    font-size: 25px;
    display: inline-block;
    margin-bottom: 25px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .inner-four-col .flex_column_table {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .inner-four-col .flex_column {
        margin-left: 0 !important;
        width: calc(25% - 22.5px);
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .inner-four-col .av-flex-placeholder {
        display: none !important;
    }

    .inner-four-col .flex_column_table {
        justify-content: space-between !important;
    }

    .inner-four-col .flex_column {
        margin-left: 0;
        margin-top: 30px !important;
        width: 48%;
    }
}

/* Center Four Col - Center */
.center-five-columns,
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-five-columns .flex_column,
.center-four-columns .flex_column,
.center-three-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
	.center-five-columns .flex_column,
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}

@media (min-width: 990px) {    
    .center-five-columns .flex_column,
	.center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1201px) {
    .center-five-columns .flex_column {
        width: calc(23% - 24px) !important;
    }

	.center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Four Col - Center - END */

.logo-list ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

.logo-list ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.logo-list ul li img {
    padding: 10px 20px;
    transition: .5s;
}

.podcast-logo ul li img:hover {
    transform: scale(0.97);
}

.form-col {
    padding: 25px 24px 25px 40px !important;
}

.contact-form .gform_footer {margin-top: 12px !important;}

.insights-search .avia-builder-widget-area {
    max-width: 650px;
    margin: 0 auto;
}

.insights-search input[type="text"] {
    background-color: #fff !important;
    padding: 15px 20px!important;
    border-color: var(--primary-color) !important;
}

.insights-search input[type="submit"] {
    width: 75px !important;
    font-size: 25px !important;
}

.main_menu .sub-menu a:hover {
    color: #fff !important;
}

.blank-section {min-height: 40px;}

#newsletter_area .content {
    padding: 30px 0;
}

@media (min-width: 1201px) {
    #newsletter_area .flex_column {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #newsletter_area .bolder-title {
        width: auto;
        padding: 0 30px 0 0 !important;
    }
}

@media (min-width: 641px) {
    .newsletter-form form {
        display: flex;
        margin: 0 !important;
        flex-wrap: wrap;
    }


    .newsletter-form {
        width: 550px;
        margin: 0 auto;
    }

    .newsletter-form .gform_body {
        width: 67% !important;
    }

    .newsletter-form .gform_body .gfield {
        padding-right: 10px !important;
    }

    .newsletter-form .gform_footer {
        width: 33% !important;
    }

    .newsletter-form .ginput_container {
        margin-top: 0 !important;
    }


    #top .newsletter-form .gform_footer .button {
        font-size: 16px !important;
        margin: 0 !important;
        padding: 13px !important;
    }
}

.newsletter-form input {
	border-radius: 5px !important;
}

.newsletter-form .gform_footer .button:focus {
	outline: none !important;
}

.newsletter-form .gform_footer .button {
	background-color: var(--alt-color);
	transition: .5s;
}

.newsletter-form .gform_footer .button:hover {
	background-color: var(--golden-color);
}

.intro-col-title-alt .av-subheading a {
    display: block;
    margin-top: 10px;
    color: var(--primary-color) !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px 40px 30px;
  width: auto;
  max-width: 750px;
  margin: 20px auto;
  border-radius: 10px;
}

#popup_cols .flex_column {
    border-radius: 100% !important;
    padding: 40px 30px !important;
}

#top .fo-square-cols .flex_column {

    border-radius: 0 !important;
    padding: 25px !important;
}

@media (min-width: 1310px) {
	#popup_cols .flex_column {
		width: 300px !important;
		height: 300px !important;
	}
	#top .fo-square-cols .flex_column {
		width: 280px !important;
		height: 280px !important;
	}
}

@media (max-width: 767px) {
    #popup_cols .flex_column {
        margin: 30px auto 0 !important;
    }
}

#popup_cols svg {
    margin: 0 auto;
    width: 80px;
}

#popup_cols .popup-button {
    text-align: center;
    margin-top: 15px;
}

.white-popup h3 {
    font-size: 25px;
    color: var(--primary-color) !important;
}

#popup_cols .link-title {
    color: var(--primary-color) !important;
}

#popup_cols .link-title:hover {
    opacity: .8;
}

.entypo-icon {
    font-family: 'entypo-fontello';
}

.inner-popup-btn {
    display: block;
    margin: 20px auto 0;
    background: var(--primary-color);
    max-width: 150px;
    text-align: center;
    padding: 7px;
    color: #fff !important;
}

.inner-popup-btn:hover {
    opacity: .8;
}

.page-id-53 .popup-content {
    text-align: center;
}

.inner-landing-hero .av-subheading > span {
    display: none !important;
}

#av-burger-menu-ul a:hover {
    color: #fff !important;
}

@media (max-width: 767px) {
    #header_meta .sub_menu a {
        font-size: 15px;
        font-weight: normal;
    }

    #hero_top .av-section-color-overlay {
        opacity: .6 !important;
        background-image: none;
			background-color: #000 !important;
    }
}

.home-slider-content-alt .custom-hr:after {
    background: #fff !important;
}

video.avia_video.av-mediajs-loaded {
    transform: scale(1.5);
}

.non-link .av-flex-placeholder {
    position: relative;
}

.non-link .av-flex-placeholder:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: #D5D5D5;
}

@media (max-width: 767px) {
    .non-link .flex_column {
        border-top: 1px solid #D8D8D8 !important;
        padding-top: 10px !important;
    }
}

#top .newsletter-form .gform_footer {
    margin-top: 0 !important;
}

.avia_textblock a {
    word-break: break-word;
}

.avia_textblock i {
    font-style: italic !important;
}

.insights-heading .av-special-heading-tag {
	font-weight: 600 !important;
}

.insights-text h2,
.insights-text h3 {
    color: var(--sky);
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

.img-border {
    border: 1px solid #e2e2e2 !important;
}

/* Careers Icons CSS - Starts */

.custom-iconlist ul {
    list-style-type: none !important;
    margin-left: 0;
}

.custom-iconlist li {
    margin-left: 0;
    position: relative;
    font-size: 17px;
}  

.custom-iconlist li strong {
    color: var(--alt-color) !important;
    display: inline-block;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}

.custom-iconlist li:nth-child(n+2) {
    margin-top: 15px;
}

.custom-iconlist li strong:before {
    content: '\f085';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 22px;
    color: var(--primary-color);
}

.custom-iconlist li.support strong:before {
    content: '\f2b5';
}

.custom-iconlist li.guide strong:before {
    content: '\f02d';
}

.custom-iconlist li.business strong:before {
    content: '\f0b1';
}

.custom-iconlist li.invest strong:before {
    content: '\f201';
}

.custom-iconlist li.market strong:before {
    content: '\f200';
}

/* Careers Icons CSS - Ends */

.statistic-box .avia-animated-number-title {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-weight: bold;
    letter-spacing: 0;
}

@media (min-width: 990px) {
    .statistic-box .avia-animated-number-title {
        font-size: 50px
    }
}

.statistic-box .avia-animated-number-content {
    line-height: 1.6;
    font-size: 16px;
    color: #000;
}

.advisors-features .av-flex-placeholder {
    width: 3% !important;
}

.single-video .flex_column_table {
    max-width: 800px;
    margin: 0 auto;
}

.single-solid-area .template-page {
    padding: 35px 0;
}

@media (min-width: 990px) {
    .single-solid-area .flex_column {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .single-solid-area .av-special-heading {
        width: auto;
        padding-bottom: 0 !important;
        padding-right: 30px;
    }
}

.contact-form .gform_footer {
   padding-bottom: 0 !important;
}

@media (min-width: 641px) {
   .contact-form .gform_footer {
      padding-top: 0 !important;
      margin: 0 !important;
   }
}

.single-solid-area .gform_button {
   background-color: var(--primary-color) !important;
}

.single-solid-area .gform_button:hover {
   opacity: .85;
}

.pp-thumb {
    height: 300px;
    width: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 25px;
}

/*** Pallas Perspective Area CSS - Starts ***/

@media (min-width: 990px) {
    .content-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    
    .pp-wrap-left {
        width: 500px;
        padding-right: 70px;
    }
    
    .pp-wrap-right {
        width: calc(100% - 500px);
    }
}

.pp-text-content,
.content-wrap {
    margin-bottom: 50px;
}

.pp-container {
    padding: 70px 50px;
}

.pp-video  {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.pp-video  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 989px) {
  .thumb-wrap {
      text-align: center;
      margin-bottom: 30px;
  }
}

/*** Pallas Perspective Area CSS - Ends ***/

.landing-submenu {
    left: auto;
    max-width: 1920px;
}

@media (max-width: 768px) {
    .landing-submenu li a {
        border: none !important;
        padding: 0 !important;
    }
    
    .landing-submenu li .avia-menu-text {
        border: 1px solid #ccc !important;
        display: inline-block;
        padding: 6px 15px;
    }
    
    .landing-submenu li {
        padding: 0 !important;
    }
    
    .landing-submenu ul {
        margin: 15px 0 !important;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
}

form.post-password-form {
    border: 1px solid #e8e8e8 !important;
    padding: 40px;
    margin: 80px auto !important;
    max-width: fit-content;
    box-shadow: 0 0 8px 4px #efefef;
}

.mfp-title {
    display: none !important;
}

sup {
    line-height: 1.5;
}

.inner-svg-column svg,
.svg-column svg,
.svg-col svg {
    width: auto;
    height: 80px;
    margin: 0 auto;
    fill: var(--golden-color);
}

.svg-col {
    border: 1px solid #dedede !important;
    padding: 25px !important;
    background-color: #f8f8f8;
    transition: .5s;
}

.svg-col-title h3 {
    font-size: 20px !important;
    transition: .3s;
}

.svg-col-text {
    transition: .3s;
}

.svg-column,
.svg-col-hero .svg-col {
    background-color: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px #dedede !important;
    transition: .5s;
}

.svg-column:hover,
.svg-col-hero .svg-col:hover {
    transform: scale(0.98);
    background-color: var(--alt-color) !important;
}

.svg-col-hero .svg-col:hover * {
	color: #fff !important;
}

.svg-col-hero .svg-col svg {
    margin: 0 0 -15px;
    width: 60px;
}

@media (min-width: 768px) {
    .svg-col-hero .svg-col {
        padding: 40px !important;
    }
}

.popup-iconbox {
    text-align: center;
}

.popup-iconbox h2 {
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin-top: 15px;
}

.popup-iconbox .inline_popup {
    color: var(--primary-color) !important;
    cursor: pointer;
}

.svg-column:hover .popup-iconbox h2 {
    color: #fff;
}

.avia_textblock h2,
.avia_textblock h3,
.bolder-title .av-subheading_above,
.bolder-title .av-special-heading-tag {
    font-weight: bold !important;
}
.inner-table td {
    font-size: 16px;
    color: #111;
}
.inner-table th {
    font-size: 1.2em;
    background-color: var(--primary-color);
    color: #fff;
}
.inner-table th,
.inner-table td {
    padding-inline: 18px;
}

#top .av-submenu-container.av-sticky-submenu {
    max-width: 100%;
}

.single-insight .featured-image-wrapper {
    text-align: center;
    margin-bottom: 40px;
}
a#scroll-top-link {
    display: flex;
    justify-content: center;
}

/* Single Insights CSS */

.insights-post-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

@media (max-width: 1150px) {
	.insights-post-wrap {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.insights-post-wrap {
		grid-template-columns: 1fr;
	}
}

.insights-post {
    box-shadow: 0 0 10px #efefef;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #efefef !important;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
}

.insights-post-title {
	font-weight: bold !important;
	font-size: 22px;
}

.insights-post-video iframe {
    height: auto;
}

.insights-post-video {
    margin: 20px 0;
}

.insights-post-link {
	margin-top: 30px;
}

.insights-post-exceprt {
    margin-top: 10px;
}

.insights-post-date {
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}

.insights-title-link a:hover h3 {
    color: var(--primary-color) !important;
}