nav.sub-nav .nice-select {
 				z-index: 10000;
			}
			@media only screen and (max-width: 1405px) {
				.is-box-h1 {
					font-size: 1.55rem;
				}
			}

			@media only screen and (max-width: 1216px) {
				.is-box-h1 {
					font-size: 1.15rem;
				}
			}

			.management_team .image:first-child .frame {
			
			}

			.management_team .image .frame:before {
			    background-position: bottom;
			    right: -500px;
			}

			.show-on-mobile  {
				display: none;
			}

			@media only screen and (max-width: 768px) {
				.image {
					overflow: hidden;
					margin-right: -8px;
				}
			}
			@media only screen and (max-width: 767px) {
				.hide-on-mobile {
					display: none;
				}

				.show-on-mobile {
					display: block;
				}
			}

			@media only screen and (max-width: 400px) {
				.is-box-h1 {
					font-size: 1rem;
				}
			}

			.navbar-item:hover > .navbar-link:before {
				border-top: 0px !important;
			}

			.management_team .image .frame:before {
				background-image: none;
			}

			.management_team  {
				min-height: 360px;
			}

			.management_team .image .frame {
			    background-image: url(/assets/img/personbg.svg);
			    background-repeat: no-repeat;
			    background-size: 75%;
			    background-position: bottom left;
			    position: absolute;
			    left: 0;
			    top: 0rem;
			    right: -800px;
			}

			.management_team .image img {
				mix-blend-mode: inherit;
			}

			@media only screen and (max-width: 767px) {
				.management_team .image .frame {
					position: static;
					background-size: 1000px;
				}
			}

			.panel h2 {
			    overflow: hidden;
			}

			.fund-facts {
				padding-left: 0.5rem;
			}

			.how-to-invest-show {
				border-radius: 0;
			}

			@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
				.management_team .image img {
					margin-top: -34px;
				}
			}

			.is-button-link {
				margin-bottom: 5px;
			}

			.scrolled #main_navigation.is-fixed-top {
			    margin-top: 0;
			    z-index: 20000;
			}

			.fund .price-performance .ppcharttitle {
			    margin-left: 0;
			    margin-right: 0;
			}

			.ppchart {
				overflow-x: hidden;
			}

			.is-not-wide img {
				max-width: 50rem;
			}

			.is-not-wide iframe {
				max-width: 50rem;
			}

			.is-not-wide .video-container {
				max-width: 50rem;
			}

			.fund .fund-intro .actions .accordion.is-active .accordion-content, .fund .fund-intro .actions .sub-accordion.is-active .accordion-content {
			    max-height: 5000px;
			}

.scrolled #main-logo {
    z-index: 99999;
    }