@import url('https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');
body {
    color: #fff;
    font-weight: normal;
	font-size: 16px;
    text-wrap: pretty;
    line-height: 1.5;
    font-family: 'Century Gothic';
    background-color:  #1A3A38;
}
body {
    overflow-x: hidden;
}
a{
    color: inherit;
    text-decoration: underline;
}
:focus {
    outline: none;
}
a:focus, a:hover {
    color: inherit;
}
::placeholder{
    color: inherit;
}
ul, ol{
	margin: 0 0 15px 15px;
    padding: 0;
    line-height: 1.6;
}
li::marker{
    color: inherit;
}
.li-marg-btm li{
    margin-bottom: 15px;
}
h1{
    color: inherit;
    font-size: 32px;
    line-height: inherit;
    margin-bottom: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h2{
    color: inherit;
    font-size: 32px;
    line-height: inherit;
    font-weight: 700;
    font-family: Georgia, serif;
    margin-bottom: 10px;
}
h3{
    color: inherit;
    font-weight: 700;
    font-size: 22px;
}
@media(max-width:767px){
    h1, h2, .entry-title{
        font-size: 25px;
    }
}
.width-1020{
    max-width: 1020px;
    margin: auto;
    padding: 0 20px;
}
.nomarg{
    margin-left: 0;
    margin-right: 0;
}
.padtop {
    padding-top: 30px;
}
.padtop-50 {
    padding-top: 50px;
}
.paddaround{
    padding: 50px 0;
}
.paddallaround{
    padding: 50px;
}
.margbtm{
    margin-bottom: 30px;
}
.margbtm-10{
    margin-bottom: 10px;
}
.margtop{
    margin-top: 30px;
}
.sectiontop{
    margin-top: 50px;
}
.sectionbtm{
    margin-bottom: 50px;
}
.nopad{
    padding: 0;
}
.row-center {
    justify-content: center;
}
.text-500{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.text-600{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.text-700{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.text-1030{
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.text-1120{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
iframe {
    width: 100%;
    margin: auto;
    height: 70vh;
}
.card-box{
    border: 1px solid #587268;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    color: #FFF9F0;
}
.card-box p{
    margin-bottom: 10px;
}
.green-bd-box{
    border: 1px solid #94AA9C;
}
.warm-green-box{
     border: 1px solid #7C853E;
     color: #7C853E;
}
.boder-top{
    border-top: 1px solid #CED4DA;
}
.dark-earth{
    background-color: #F7EDE3;
    color: #2D2926;
}
.earth-bg{
    background-color: #E1D1C1;
    color: #2D2926;
}
.earth-grad-bg{
    background: linear-gradient(255deg, #E1D1C1 31.58%, #F7EDE3 89.48%);
}
.grad-bg{
    background: linear-gradient(255deg, #264848 16.3%, #386065 51.4%, #1A3A38 94.77%);
}
.green-bg{
    background-color: #264848;
    color: #fff;
}
.green-earth-bg{
    background-color: #495142;
}
.green-grad-bg{
    background: linear-gradient(89deg, #142E2C 1.26%, #0E1D1C 63.12%);
    color: #fff;
}
.nightsky-bg{
    background-color: #1A3A38;
}
.offwhite-bg{
    background-color: #FFF9F0;
    color: #2D2926;
}
.offwhite-body{
    background-color: #FFF9F0;
    color: #2D2926;
}
.offwhite-bg h2, .offwhite-bg h1 {
    font-size: 40px;
    color: #264848;
}
@media(max-width:560px){
    .offwhite-bg h2, .offwhite-bg h1 {
        font-size: 32px;
    }
}

.plant-green-bg{
    background-color: #192E2E;
}
.round-cnr{
    border-radius: 16px;
    padding: 30px;
}
@media(max-width:560px){
    .round-cnr {
        padding: 15px;
    }
}
.flex-textbox{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex-textbox-top{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.small-p{
    font-size: 32px;
    font-weight: 600;
}
.big-para{
   font-family: Georgia; 
   font-size: 40px;
}
@media(max-width:560px){
    .big-para{
        font-size: 32px;
    }
}
.dark-title h2{
    color: inherit;
    font-weight: normal;
}
.site-inner {
    max-width: 1320px;
    padding: 0 20px;
}
div.container-fluid{
	padding-left: 20px;
	padding-right: 20px;
}
div.container {
    padding-right: 20px;
    padding-left: 20px;
}
@media (min-width: 768px){
	div.container {
    	max-width: none;
    	width: 100%;
    }
}
@media (min-width: 992px){
	div.container {
    	max-width: none;
    }
}
@media (min-width: 1320px){
	div.container {
    	width: 100%;
    	max-width: 1200px;
    	padding: 0 20px;
    }
}
@media (max-width: 979px){
	div.container {
    	width: 100%;
    	max-width: none;
    }
}
/* Stick footer to the bottom for short pages */
html, body {
	height: 100%;
}
.search .site-container, .error404 .site-container {
	height: 100%;
}
.search .site-inner, .error404 .content-sidebar-wrap {
	min-height: calc(100% - 198px);
	/* margin-bottom: -80px;  */
}
.search .site-footer, .search .site-inner:after, .error404 .site-footer, .error404 .content-sidebar-wrap:after {
	height: auto; 
}
/* End footer to the bottom stle */

/*404 Page starts here */
.bigtxt404{
	font-size: 300px;
	font-weight: bold;
}
.txt404{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-weight: normal;
}
.error404 .content{
	max-width: 100%;
}
@media (max-width: 767px){
	.bigtxt404{
		font-size: 150px;
	}
}
/*end 404 Page */
.btn, input[type="submit"]{
	background-color: #94AA9C;
    background-repeat: no-repeat;
	padding: 10px 16px;
	color: #fff;
    font-size: 14px;
    font-family: 'Century Gothic';
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
	border-radius: 200px;
	display: inline-block;
    text-align: center;
	min-width: 130px;
	cursor: pointer;
	border: 1px solid #94AA9C;
}
.btn:hover, input[type="submit"]:hover{
	background-color: #587268;
	border-width: 1px;
	color: #fff;
}
.btn:focus,  input[type="submit"]:active,  input[type="submit"]:focus {
    background-color: #F2F4F8;
    border-color: #587268;
    box-shadow: none;
    color: #94AA9C;
}
.btn-wrap .btn {
    margin-right: 20px;
}
.btn-white.btn{
    background-color: #F2F4F8;
    color: #587268;
}
.btn.learn-more-btn{
    padding: 5px 15px;
}
.btn.btn-transparent{
    background-color: transparent;
    border-color: #fff;
}
.btn-subscribe{
    background-image: url("../images/icon-subscribe.svg");
}
.btn-icon-right {
    background-position: right 5px  center;
    padding: 8px 35px 8px 10px;
}
@media(max-width:560px){
    .btn, input[type="submit"]{
        display: block;
        width: 100%;
    }
    .explore-all{
        width: 100%;
    }
}
.mobile-d{
	display: none;
}
.tablet-hide{
    display: block;
}
@media(max-width:1199px){
    .tablet-hide{
        display: none;
    }
    .mobile-reverse{
        flex-direction: column-reverse;
    }
}
@media(max-width:991px){
	.mobile-d{
		display: inline-block;
	}
	.desktop-d{
		display: none;
	}
    .btn-wrap .btn {
        margin-bottom: 20px;
    }
}
.site-header {
    padding: 10px 0;
    z-index: 99;
    top: -1px;
    position: fixed;
    width: 100%;
    box-shadow: none;
    vertical-align: text-bottom;
    background-color: transparent;
    transition: all 1s ease;
}
.site-header.white-banner{
    background: rgba(38, 72, 72, 0.80);
    position: fixed;
}
.wp-custom-logo .title-area {
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0 15px;
    width: auto;
    text-align: center;
    transition: all 1s ease;
    flex: 0 0 auto;
}
.site-header .title-area img{
    transition: all 1s ease;
    width: 134px;
}
.site-header.white-banner .title-area img{
    width: 100px;
} 
.site-header .wrap {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.site-header .wrap .wrap{
    display: block;
    padding: 0;
}
.site-header .nav-primary {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0;
}
.site-header .header-widget-area {
    flex: 0 0 auto;
}
@media(max-width:1199px){
    .site-header.white-banner, .site-header:has(.menu-toggle.activated) {
        position: fixed;
        background: rgb(38, 72, 72);
    }
    .wp-custom-logo .title-area{
        z-index: 9;
        margin: 0;
    }
    .site-header .title-area img {
        width: 100px;
    }
    .right-header{
        display: none;
    }
    .site-header .wrap{
        justify-content: flex-start;
    }
}
nav #mega-menu-wrap-primary #mega-menu-primary {
    text-align: right;
    margin-top: 25px;
    margin-right: 30px;
}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    line-height: 1;
    height: auto;
    padding: 0 30px 20px;
    font-weight: 600;
}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    font-weight: 600;
}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
    border-radius: 16px;
    overflow: hidden;
    padding: 20px;
    top: 46px;
}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link, nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{
    border-radius: 200px;
}
nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
    font-weight: 600;
}
body:has(.no-banner-img) .site-header{
    position: sticky;
}
body:has(.no-banner-img) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color: #495057;
}
body:has(.no-banner-img) .site-header.white-banner #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}
body:has(.no-banner-img) .site-header .title-area img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(3%) saturate(437%) hue-rotate(314deg) brightness(95%) contrast(88%);
}
body:has(.no-banner-img) .site-header.white-banner .title-area img {
    filter: brightness(0) invert(1)
}
.menu-toggle{
    display: none !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    right: 0;
    width: 30px;
}
@media (max-width: 1199px) {
    .site-header .nav-primary{
        position: absolute;
        right: 20px;
        width: 100%;
        z-index: 0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        position: absolute;
        width: 100%;
        max-width: 560px;
        right: 0;
        margin: 15px 0 0;
        padding-bottom: 20px;
    }
    nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        font-weight: normal;
        font-size: 16px;
        border-radius: 200px;
    }
    nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        margin: 5px 10px;
        padding: 13px 30px 13px;
        font-weight: normal;
        font-size: 16px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on{
        background-color: #192E2E;
        border-radius: 16px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
        background-color: transparent;
    }
    nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
        background-color: transparent;
        border-radius: 0;
        padding: 0 40px 30px;
    }
    nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
        padding: 0 16px;
    }
    nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: none;
        width: 95%;
        position: absolute;
        text-align: right;
        left: 0;
    }
    body:has(.no-banner-img) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, body:has(.no-banner-img) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, body:has(.no-banner-img) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
        background-color: #495057;
    }
    body:has(.no-banner-img) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        color: #fff;
    }
}
.search-icon img{
    background: #94AA9C;
    padding: 8px;
    border-radius: 50%;
}
#bannerVideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}
.banner-img{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}
.banner-box {
    margin-top: 0;
    position: relative;
    height: 95vh;
    overflow: hidden;
}
.banner-caption-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 96%;
    display: flex;
    flex-direction: column;
}
.banner-caption {
    color: #fff;
    max-width: 950px;
    width: 100%;
    border-radius: 0 24px 24px 0;
    background: rgba(26, 20, 12, 0.72);
    padding: 30px;
    position: absolute;
    bottom: 50px;
}
.banner-caption h3 {
    font-size: 24px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-caption h1, .banner-caption h2 {
    font-size: 56px;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: normal;
}
@media(max-width:767px){
    .banner-caption h1, .banner-caption h2{
        font-size: 32px;
    }
    .banner-caption h3{
        font-size: 20px;
    }
}
.tag{
    background-color: #587268;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 10px;
    display: block;
    float: right;
    color: #fff;
    font-weight: bold;
}
.stat-value{
    font-size: 30px;
    font-weight: 700;
}
.stat-label{
    font-size: 20px;
    font-weight: 700;
    flex-grow: 1;
}
.home .stat-label{
    font-size:16px;
}
.footnote{
    font-size: 10px;
    margin-top: 5px;
}
.stat-descr{
    border-top: 1px solid #ffffffbe;
    padding-top: 25px;
    margin-top: 25px;
}
.stat-header img{
    height: 33px;
}
.stat-potfolio .stat-value{
   justify-content: flex-end; 
}
.stat-potfolio .stat-label{
    text-align: right;
}
.pre-stat{
    display: inline-block;
    margin-right: 10px;
}
.stat-number {
    background: linear-gradient(244deg, #92661B 32.03%, #D7AD64 60.71%, #9F6C34 72%, #D7AD64 81.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: Georgia;
    font-size: 72px;
    line-height: 1.05;
    margin: 0 10px 10px 0;
}
.stats .card-box{
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .stat-potfolio .stat-value {
        justify-content: flex-start;
    }
    .stat-potfolio .stat-label{
        text-align: left;
    }
}
@media (max-width: 767px) {
    .multipleitems .carousel-inner .carousel-item > div {
        display: none;
    }
    .multipleitems .carousel-inner .carousel-item > div:first-child {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
}

.multipleitems .carousel-inner .carousel-item.active,
.multipleitems .carousel-inner .carousel-item-next,
.multipleitems .carousel-inner .carousel-item-prev {
    display: flex;
}
.controls{
    margin-bottom: 20px;
}
/* medium and up screens */
@media (min-width: 768px) {
    .multipleitems .carousel-inner .carousel-item-end.active,
    .multipleitems .carousel-inner .carousel-item-next {
    transform: translateX(41.5%);
    }
    
    .multipleitems .carousel-inner .carousel-item-start.active, 
    .multipleitems .carousel-inner .carousel-item-prev {
    transform: translateX(-41.5%);
    }
}

.multipleitems .carousel-inner .carousel-item-end,
.multipleitems .carousel-inner .carousel-item-start { 
transform: translateX(0);
}
.multipleitems .carousel-inner {
    margin: auto;
}
.carousel-ctrl {
    color: #264848;
    text-decoration: none;
    width: auto;
    bottom: auto;
    position: relative;
    display: inline-block;
    opacity: 1;
}
.carousel-control-prev {
    margin-right: 10px;
}
.carousel-ctrl i {
    background-color: transparent;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: #264848;
    border-radius: 50%;
    border: 1px solid #264848;
}
.carousel-indicators [data-bs-target]{
	background-color: #94AA9C;
	border:none;
	border-radius: 10px;
	height: 13px;
	width: 13px;
	opacity: 1;
    margin-right: 0;
}
.carousel-indicators .active {
	background-color: #4B6861;
    width: 44px;
}
.services .carousel-inner{
    padding-left: 20px;
}
.serv-title {
    padding-left: 30px;
    max-width: 300px;
    margin-right: 30px;
    margin-left: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services .feat-img img {
    border-radius: 20px;
    width: 100%;
}
@media(max-width:1199px){
    .serv-title{
        margin-left: 0;
        margin-right: auto;
    }
}
.item-inner {
    margin-right: 20px;
    position: relative;
    cursor: grab;
}
.item-inner:active{
    cursor: grabbing;
}
.carou-text {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2.4410877227783203px);
    width: 100%;
    color: #fff;
    border-radius: 0 0 20px 20px;
}
.carou-text h3{
    font-size: 30px;
    margin-bottom: 10px;
}
@media(max-width:1199px){
    .carou-item-in{
        width: 36%;
    }
}
@media(max-width:991px){
    .carou-item-in{
        width: 38%;
    }
}
.paging .carousel-indicators {
    position: relative;
    justify-content: flex-start;
    margin-left: 0;
}
.paging {
    position: absolute;
    top: 50px;
    width: 100%;
}
.padd-30-sides{
    padding: 0 30px;
}
.col-carousel .paddaround-cotrl{
    margin-top: 155px;
    margin-bottom: 50px;
    max-width: 800px;
    padding: 0 30px;
}
.fund-cards-wrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.funds-header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.fund-cards {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.fund-card {
	border-radius: 16px;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
	gap: 30px;
	backdrop-filter: blur(6px);
	z-index: 1;
}
.fund-card:has(.factsheet-dropdown:hover),
.fund-card:has(.factsheet-dropdown:focus-within) {
	z-index: 50;
}
.fund-card  p{
    margin-bottom: 0;
}
.fund-card-left {
	flex: 1;
}
.fund-tags {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	flex-wrap: wrap;
    min-width: 300px;
}
.fund-tags span {
	display: inline-block;
    margin-right: 3px;
    padding: 0px 10px;
}
.tag.low{
    background-color: #a0edf5;
    color:#3D5740
}
.tag.low-moderate{
    background-color: #D3F9E7;
    color:#3D5740
}
.tag.moderate{
    background-color: #F6EBC7;
    color:#2D2926
}
.tag.moderate-high{
    background-color: #F2D3DC;
    color:#2D2926
}
.tag.high{
    background-color: #F2D3DC;
    color:#2D2926;
}
.tag.global{
    background: #E1D1C1;
    color: #272727;
}
.tag.local{
    background: #495142;
}

.tag.inception {
	background: #94AA9C;
	color: #1B2C0A;
}
.tag.currency {
	background: #94AA9C;;
	color: #1B2C0A;
}
.fund-card-right {
	display: flex;
	align-items: center;
}
.fund-card-right {
    border-left: 1px solid #E1D1C1;
    height: 50px;
    min-width: 130px;
}
.fund-card-right a {
    color: #E1D1C1;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    height: 100%;
    align-items: center;
    gap: 10px;
    padding: 0 10px 0 10px;
    border-radius: 0 8px 8px 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    background: linear-gradient(89deg, #356666 1.26%, #315c5c 63.12%);
    background-size: 0 100%;
    background-repeat: no-repeat;
}
.fund-card-right a:hover {
	/* opacity: 0.7; */
    background-size: 100% 100%;
}
/* ==========================================================================
   Factsheet dropdown (fund-card-right) — matches existing single-factsheet
   button styling, extended for the multi-factsheet hover menu
   ========================================================================== */

/* Toggle button — same look as the existing single-factsheet <a> */
.factsheet-dropdown {
	position: relative;
	height: 100%;
}

.factsheet-toggle {
	color: #E1D1C1;
	font-weight: 700;
	font-family: inherit;
	font-size: inherit;
	display: flex;
	height: 100%;
	align-items: center;
	gap: 10px;
	padding: 0 10px;
	border: none;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
	background: linear-gradient(89deg, #356666 1.26%, #315c5c 63.12%);
	background-size: 0 100%;
	background-repeat: no-repeat;
}

.factsheet-dropdown:hover .factsheet-toggle,
.factsheet-dropdown:focus-within .factsheet-toggle {
	background-size: 100% 100%;
}

.factsheet-toggle .download-icon {
	transition: transform 0.25s ease;
}

.factsheet-dropdown:hover .download-icon,
.factsheet-dropdown:focus-within .download-icon {
	transform: rotate(180deg);
}

/* Dropdown panel */
.factsheet-menu {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 100%;
	right: -35px;
	min-width: 340px;
	border-radius: 16px;
    background: #1A3A38;
	padding: 10px 8px;
	z-index: 30;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.factsheet-dropdown:hover .factsheet-menu,
.factsheet-dropdown:focus-within .factsheet-menu {
	display: flex;
}

.fund-card-right .factsheet-menu-item {
	color: #fff;
	font-weight: normal;
    font-size: 14px;
	text-decoration: none;
	white-space: normal;
	padding: 10px 16px;
	border-radius: 999px;
	transition: background 0.2s ease, color 0.2s ease;
}

.fund-card-right .factsheet-menu-item:hover,
.fund-card-right  .factsheet-menu-item:focus {
	background: #8fa89b;
	color: #1c3535;
}
@media(max-width:560px){
    .fund-card-right{
        width: 100%;
        justify-content: center;
    }
}
.onepost{
	margin: 0 0 30px;
    height: 100%;
	position: relative;
    display: block;
    border-bottom: 1px solid #ced4da;
    margin-bottom: 0;
    padding: 5px;
}
.articles .onepost .onepost-in{
    border-radius: 16px;
    padding: 5px 10px;
    transition: all 0.3s;
}
.articles .onepost:last-child{
    border-bottom: none;
}
.onepost  img{
	border-radius: 16px;
}
.onepost .title{
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}
.onepost .title a{
    color: inherit;
    text-decoration: none;
}

.onepost .title .tooltip{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s; 
    background-color: #272727;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    z-index: 1;
}
.onepost .tooltip-pointer {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s; 
    top: 12px;
    width: 100%;
    text-align: center;
}
.onepost .title a:hover .tooltip, .onepost .title a:hover .tooltip-pointer  {   
    opacity: 1;
    visibility: visible;
}
.art-type {
    background-color: #415839;
    border-radius: 60px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    min-width: 50px;
    text-align: center;
    margin: 10px 0;
    padding: 3px 10px;
    display: inline-block;
}
.art-meta{
    font-size: 12px;
}
.onepost .title .tooltip{
    top: 58%;
}
.onepost .title {
    min-height: 44px;
}
.feat-img{
    position: relative;
}
.read-time {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 20px;
    padding: 3px 5px;
    border-radius: 60px;
    background: rgba(39, 39, 39, 0.50);
    display: flex;
    align-items: center;
    flex: 0 0 57.333333%;
    max-width: 57.333333%;
}
.read-time img{
    margin-right: 2px;
}
.article-header-text .read-time {
    position: absolute;
    right: 0;
    bottom: 20px;
    border-radius: 60px;
    border: 1px solid #fff;
    padding: 0 8px 2px;
}
@media(max-width:767px){
    .onepost .title {
        min-height: 1px;
    }
}
.icon {
    position: absolute;
    right: 15px;
    top: 20px;
}
@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
  }
.fade-card{
    opacity: 0;
}
.fadein-now{
    opacity: 1;
    transition: opacity 0.5s ease-in;
}

.fadein-now:nth-child(2) {
    transition-delay: .4s;
}
@media(min-width:992px){
    .fadein-now:nth-child(3)  {
        transition-delay: .5s;
    }
    .fadein-now:nth-child(4)  {
        transition-delay: .6s;
    }
    .fadein-now:nth-child(5)  {
        transition-delay: .7s;
    }
    .fadein-now:nth-child(6)  {
        transition-delay: .8s;
    }
    .fadein-now:nth-child(7)  {
        transition-delay: .8s;
    }
    .fadein-now:nth-child(8)  {
        transition-delay: .8s;
    }
    .fadein-now:nth-child(9)  {
        transition-delay: .8s;
    }
}
.cont-footer .btn-wrap{
    margin-top:20px;
    line-height: 1;
}
form{
    position: relative;
}
.lets-talk-form {
    position: relative;
    padding: 40px 40px 20px;
    max-width: 500px;
    margin-left:auto;
    margin-right: auto;
    border-radius: 16px;
    background: linear-gradient(89deg, #142E2C 1.26%, #0E1D1C 63.12%);
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.07);
}
@media(max-width:991px){
    .lets-talk-form {
        margin: 0;
    }
}
.wpcf7 {
    font-size: 14px;
    font-weight: normal;
}
.wpcf7  p {
    margin-bottom: 15px;
    line-height: 2;
}
.wpcf7 .wpcf7-submit{
    margin-top: 15px;
}
.wpcf7-spinner{
    position: absolute;
    left: 0;
}
.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    top: 25px;
    color: transparent;
}
.wpcf7-not-valid {
    border-color: #dc3232;
}
input, select, textarea{
    padding: 8px;
    border-radius: 8px;
    background-color: #F2F4F8;
    border: 1px solid #F2F4F8;
    color: #2d2926;
}
textarea{
    height: 80px;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
    accent-color: #2E294E;
}
::placeholder{
    color: #ADB5BD;
}
.wpcf7-form-control-wrap:has(.wpcf7-radio){
    display: block;
}
.wpcf7-form-control-wrap:has(.wpcf7-radio) .wpcf7-not-valid-tip{
    top: 15px;
}
.wpcf7-form-control-wrap:has([name="eventelements[]"]) .wpcf7-not-valid-tip, .wpcf7-form-control-wrap:has([name="Region[]"]) .wpcf7-not-valid-tip {
    top: 40px;
}
.wpcf7-form-control-wrap:has(textarea) .wpcf7-not-valid-tip{
    bottom: -18px;
    top: auto;
}
.wpcf7-list-item {
    margin: 0 10px 0 0;
    font-weight: normal;
}
.wpcf7-list-item-label{
    margin-left: 5px;
}
#wpcf7-f1378-o1.wpcf7  p {
    margin-bottom: 30px;
}
.checkboxes .wpcf7-form-control {
    display: flex;
    justify-content: space-between;
}
.wpcf7 .codedropz-upload-handler {
    border-radius: 10px;
    background-image: url(../images/icon-upload-files.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 20px;
    background-size: 50px;
    padding-top: 80px;
    padding-bottom: 20px;
}
@media(max-width:560px){
    .lets-talk-form .wpcf7-list-item{
        display: block;
    }
    .lets-talk-form .checkboxes .wpcf7-form-control{
        display: block;
    }
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: none;
}
.intl-tel-input.separate-dial-code .selected-flag {
     width: 45px!important; /*using important because the width is set by different countries */
}
.intl-tel-input.separate-dial-code.allow-dropdown input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 50px!important; /*using important because the width is set by different countries */
}
.site-footer {
    background-color: transparent;
    color: inherit;
    font-size: 10px;
    padding: 30px 0;
    border-top: 1px solid #CED4DA;
    margin-top: -1px;
}
.site-footer a{
    text-decoration: none;
}
.footer-widgets {
    background-color: transparent;
    border: none;
    color: inherit;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
}
.footer-widgets ul {
    list-style: none;
    margin: 0;
    text-align: left;
}
.footer-widgets .widget  li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 5px;
}
.widget{
    margin-bottom: 15px;
}
.foot-text{
    text-align: right;
}
.footer-disc{
    text-align: left;
}
@media(max-width:991px){
    .foot-text{
        text-align: center;
    }
    .footer-widgets ul{
        text-align: center;
        margin-bottom: 15px;
    }
}
.block{
    display: flex;
    align-items: center;
    gap: 10px;
}
.block img{
    display: block;
    margin-right: 10px;
}

.block p{
    margin-bottom: 0;
    width: calc(100% - 60px);
}
.bg-imgsection .feat-img{
    height: 100%;
    overflow: hidden;
}
@media(min-width:992px){
    .bg-imgsection .feat-img{
        min-height: 500px;
        background-size: cover;
    }
}
.content-tabs{
    position: sticky;
    top: 76px;
    z-index: 9;
    padding: 15px 0 0;
    background-color: #FFF9F0;
}
.green-grad-bg .content-tabs{
    background: linear-gradient(89deg, #122726 1.26%, #0E1D1C 63.12%);
}
.col-tab{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
}
.one-tab, .nav-pills .nav-link{
    background-color: #F7EDE3;
    border-radius: 200px;
    padding: 5px 15px;
    color: #587268;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.one-tab.active, .nav-pills .nav-link.active{
    background-color: #587268;
    color: #fff;
}
.serv-benefits .box{
    color: #FFF9F0;
}
.serv-benefits .description h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    margin-bottom: 10px;
}
.option-intro h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    color: #264848;
}
.green-bd{
    border-radius: 0 16px 16px 0;
    padding:20px;
    border-left: 4px solid  #264848;
}
.option-sub{
    font-size: 14px;
}
.option-sub h3{
    color: #264848;
    font-size: inherit;
    text-transform: uppercase;
}
.numbered-box{
    display: flex;
}
.numbered-box .option{
    padding-left: 20px;
}
.box-li{
    width: 64px;
}
.number-box{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
@media(max-width:560px){
    .number-box{
        width: 30px;
        height:30px; 
        font-size: 18px;   
    }
    .box-li{
        width: 35px;
    }
}
.block .dashicons {
    margin-right:20px;
}
.font-18{
    font-size: 18px;
}
.greenlist ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.greenlist ul:has(> li:nth-child(5)) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 0 2rem;
}

.greenlist ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.greenlist ul li::before {
    content: "\f12a";
    font-family: "dashicons";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 18px;
    color: #495057;
}
.cont-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map-link{
    min-width: 145px;
}
.phone-link{
    margin-top: 30px;
    font-weight: 700;
}
.phone-link a{
    text-decoration: none;
}
.cont-details a{
    text-decoration: none;
    color: #1B998B;
    font-weight: 700;
}
@media (max-width:991px){
    .offices-dropdown .accordion-item{
        border: none;
        background-color: transparent;
        width: 100%;
        max-width: 500px;
        position: relative;
    }
    .offices-dropdown{
        display: block;
    }
    .offices-dropdown .accordion-header button{
        width: 100%;
    }
    .offices-dropdown .accordion-body{
        position: absolute;
        width: 100%;
        background-color: #fff;
    }
    .offices-dropdown .one-office{
        width: 100%;
    }
    .offices-dropdown .nav-tabs .nav-link{
        color: inherit;
        font-size: 14px;
        padding: 5px 0;
    }
    .offices-dropdown .nav-tabs .nav-link.active{
        border: none;
    }
    .offices-dropdown .btn i {
        font-size: inherit;
        margin-left: 10px;
        position: absolute;
        right: 15px;
        top: 12px;
    }
    
 }
.subscribe-form .wpcf7-form p {
    display: inline-block;
    margin: 0 10px 20px 0;
}
.subscribe-form .wpcf7 .wpcf7-submit {
    margin-top: 0;
}
@media(max-width:560px){
    .subscribe-form .wpcf7-form p{
        display: block;
    }
}
.grey-header {
    display: flex;
    align-items: center;
}
.left-icon{
    padding-right: 10px;
}
.banner .left-icon img{
    filter: brightness(100%);
}
.art-header{
    width: calc(100% - 52px);
    border-radius: 16px;
    border: 1px solid #CED4DA;
    padding: 15px;
}
.left-info{
    border-right: 1px solid #CED4DA;
    padding-right: 30px;
    display: inline-block;
}
.sing-art-type{
    text-transform: uppercase;
    font-size: 12px;
}
.sing-art-cat{
    font-size: 14px;
    font-weight: 700;
}
.article-banner{
    position: relative;
}
.article-banner img{
    border-radius: 15px;
}
.banner .inline-icon img {
    filter: brightness(100%);
    width: 20px;
}
.article-header-text {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 30px;
    z-index: 1;
    width: 95%;
}
.article-header-text .read-time {
    position: absolute;
    right: 0;
    bottom: 20px;
    border-radius: 60px;
    border: 1px solid #fff;
    padding: 0 8px 2px;
}
.no-banner-img .article-banner h1 {
    color: inherit;
    font-size: 32px;
    margin-bottom: 20px;
}
.art-content{
    padding-bottom: 30px;
}
.art-content  h3{
    margin-top: 30px;  
    font-size: 24px;
}
.art-content  h3 strong{
    font-family: inherit;
    color: inherit;
}
.art-content ul {
    margin: 0 0 15px 50px;
}
.art-content ul ul {
    margin-left: 40px;
}
@media(max-width:767px){
    .single-post .article-header-text {
        position: relative;
        color: inherit;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .single-post .article-title {
        position: relative;
        bottom: auto;
        padding: 20px 0 0;
        text-align: left;
        left: 0;
        right: 0;
    }
    .single-post .article-header-text .read-time {
        right: 20px;
        bottom: auto;
        top: -40px;
        color: #fff;
    }
}
.search-form-wrap .search-form-input{
    background-color: #fff;
    border-radius: 200px;
    border-color: #CED4DA;
}
.search-form-wrap .search-form-input:focus{
    border-color: #E28F26;
}
.search-form-wrap .label{
    margin-bottom: 10px;
}
.search-form-wrap .search-form{
    position: relative;
}
.search-form-wrap input[type="submit"].search-form-submit {
    position: absolute;
    width: auto;
    right: 0;
    margin-top: 0;
    color: transparent;
    background-color: transparent;
    padding: 0;
    border: none;
    height: 42px;
    z-index: 9;
}
.search-icon-span {
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.search-results article {
    background-image: url(../images/icon-read-more.svg);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: center;
    border-bottom: 1px solid #CED4DA;
    padding: 0 0 20px;
}
.search-results h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.search-results a{
    text-decoration: none;
}
.page-template-search .search-icon{
    background: #94AA9C;
    padding: 8px;
    border-radius: 50%;
}
.intl-tel-input ul.country-list{
    background-color: #0E1D1C;
}
.cky-notice-btn-wrapper .cky-btn{
    color: #264848!important;
    border-color: #264848!important;
}
.cky-notice-btn-wrapper .cky-btn-accept{
    background-color: #264848!important;
    border-color: #264848!important;
    color: #fff!important;
}
.award-label{
    font-weight: 700;
}
.award-year{
    color: #A4A1A0;
    font-weight: 700;
}
.awards .award-logo {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.awards .award-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: left bottom;
}
.reports-list_item{
    padding: 10px 20px;
    border-top: 1px solid  #A4AAB5;
    display: flex;
}
.reports-list_item:last-child{
    border-bottom: 1px solid #A4AAB5;
}
.reports-list_label {
    flex: 1;
    display: flex;
    align-items: center;
}
.download-link{
    border-left: 1px solid #587268;
    height: 44px;
    min-width: 130px;
}
.download-link .reports-list_download {
    color: #587268;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    height: 100%;
    align-items: center;
    gap: 10px;
    padding: 0 10px 0 10px;
    border-radius: 0 8px 8px 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    background: linear-gradient(89deg, #587268 1.26%, #587268 63.12%);
    background-size: 0 100%;
    background-repeat: no-repeat;
}
.download-link .reports-list_download:hover {
    background-size: 100% 100%;
    color: #fff;
}
.download-link .reports-list_download:hover img{
    filter: brightness(0) invert(1);
}
.wpcf7-turnstile.cf-turnstile{
    display: none;
}

/* Funds & Platforms comparison table (funds-platforms.php) */
/* Header backgrounds come from the .green-bg / .nightsky-bg classes applied in the PHP markup */
/* Text color inherits white from body */
.funds-platforms-table-scroll {
    overflow-x: auto;
}
.funds-platforms-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px;
}
.funds-platforms-table th,
.funds-platforms-table td {
    padding: 14px 18px;
    text-align: center;
    border-bottom: 1px solid #587268;
}
.funds-platforms-table thead th {
    font-size: 13px;
    font-weight: 700;
    vertical-align: bottom;
}
.funds-platforms-table .fp-row-header {
    text-align: left;
    font-weight: 700;
    position: sticky;
    left: 0;
    z-index: 2;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.25);
}
.funds-platforms-table .fp-note {
    display: block;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    opacity: .8;
}
.funds-platforms-table .fp-check {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
}
.fp-intro {
    max-width: 70ch;
    margin-bottom: 20px;
}
@media(max-width:560px){
    .funds-platforms-table .fp-row-header {
        font-size: 14px;
    }
}