﻿
.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

.removeborder th, .removeborder td, .removeborder tr {

 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
}

.main-nav .children > li > a, .nav-item-children > li > a {
    color: #161616;
}

.pb-20 {
    padding-bottom:20px
}

.carousel-nav-solid .flickity-prev-next-button:before, .carousel-nav-bordered .flickity-prev-next-button:before {
	background: #002147;
}

@media only screen and (max-width: 1199px){
	.mobile-none {
		display: none
	}
}

@media only screen and (min-width: 1200px){
	.mobile-top-bar {
		display: none
	}
}

@media only screen and (min-width: 1441px){
	.fundbox-padding {
		padding: 16.2%
	}
}

@media only screen and (min-width:1367px) and (max-width: 1440px){
	.fundbox-padding {
		padding: 9%
	}
}

@media only screen and (min-width:1281px) and (max-width: 1366px){
	.fundbox-padding {
		padding: 7.2%
	}
}

@media only screen and (max-width: 1280px){
	.fundbox-padding {
		padding: 5.2%
	}
}

.iconbox-xl .iconbox-icon-container img {
    width: 80px;
}

.titlebar-md .titlebar-inner {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media only screen and (min-width:1441px){
	.banner-height {
		height: 600px
	}}

@media only screen and (min-width:1281px) and (max-width: 1440px){
	.banner-height {
		height: 450px
	}}

@media only screen and (min-width:1081px) and (max-width: 1280px){
	.banner-height {
		height: 400px
	}}

@media only screen and (max-width: 1080px){
	.banner-height {
		height: 330px
	}}

@media only screen and (max-width: 966px){
	.banner-height {
		height: 120px
	}}

@media (min-width: 1200px){
.mainbar-wrap.is-stuck .main-nav > li > a {
    color: #424242 !important;
    padding: 8px;
	}}

/**fund card**/
.fund-card-pad {
	padding: 20px 0 0 0;
}

.fund-title-bg {
	background-color: #002147; 
	color: #fff; 
	padding: 10px 50px; 
	margin-bottom: 20px
}

.fund-title {
	font-size: 20px; 
	margin: 0; 
	color: #fff;
}

.fund-sub {
	font-style: italic; 
	margin-bottom: 0;
}

.fund-chip {
	display: flex; 
	padding: 0 50px;
}

.fund-category {
	background-color: #eb2027; 
	padding: 3px 20px 3px 20px; 
	width: fit-content; 
	border-radius: 70px; 
	color: white; 
	font-weight: 800; 
	margin-right: 8px; 
	margin-bottom: 5px;
	font-size: 12px;
}

.fund-type{
	background-color: #ffd800; 
	padding: 3px 20px 3px 20px; 
	width: fit-content; 
	border-radius: 70px; 
	color: black; 
	font-weight: 800; 
	margin-bottom: 5px;
	font-size: 12px;
}

.navprice-row {
	display: flex; 
	align-items: center; 
	padding: 20px 50px;
}

.card-sub-title {
	margin: 0; 
	font-size: 12px;
}

.card-sub-date {
	font-style: italic; 
	font-size: 12px; 
	margin: 0;
}

.card-sep {
	border-right: 1px solid #000; 
	margin: 0 10px; 
	height: 10px
}

.navchange-row {
	display: flex; 
	align-items: center; 
	padding: 10px 50px;
}

.fund-footer {
	border-bottom: 6px solid #eb2027;
}

@media only screen and (min-width: 992px) {
	.news-article {
		height: 550px;
	}
}