@font-face {
	font-family: 'OpenSans-Regular';
	src: url('fonts/OpenSans-Regular.eot');
	src: url('fonts/OpenSans-Regular.woff') format('woff'), 
		 url('fonts/OpenSans-Regular.ttf') format('truetype'), 
		 url('fonts/OpenSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Medium';
	src: url('fonts/OpenSans-Medium.eot');
	src: url('fonts/OpenSans-Medium.woff') format('woff'),
		 url('fonts/OpenSans-Medium.ttf') format('truetype'),
		 url('fonts/OpenSans-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sanslight';
	src: url('fonts/opensans-light-webfont.woff2') format('woff2'),
		 url('fonts/opensans-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body {
	height: 100%;
	white-space: normal !important;
	-o-text-overflow: initial !important;
	text-overflow: initial !important;
}
.focus-fund-insights {
	color: #000;
	background: #fff;
	min-width: 320px;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font: 14px/19px  'open_sanslight' , Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.focus-idea.focus-fund-insights  {
	color: #000;
	background: #fff;
	min-width: 320px;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font: 14px/21px  'OpenSans-Regular', Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}


/* General reset */
.focus-fund-insights h1,
.focus-fund-insights h2,
.focus-fund-insights h3,
.focus-fund-insights h4,
.focus-fund-insights h5,
.focus-fund-insights h6 {
	margin: 0;
}

.focus-fund-insights img {
	border-style: none;
	vertical-align: top;
	max-width: 100%;
}

.focus-fund-insights a {
	color: #0741ff;
	text-decoration: underline;
}

.focus-fund-insights a:hover {
	text-decoration: none;
}

.focus-fund-insights ul,
.focus-fund-insights ol {
	display: block;
	list-style: disc outside none;
	margin:0 0 15px;
	font-size:14px;
	line-height:19px;
	padding: 0 0 0 25px;
}

.focus-fund-insights ol {
	list-style-type: decimal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	-webkit-text-size-adjust: none;
}

.focus-fund-insights p {
	margin: 0 0 7px;
}

.focus-fund-insights a:focus,
.focus-fund-insights a:hover {
	outline: none;
	outline: 0;
}


.focus-fund-insights .chart-data-json {
	position: absolute;
	left: -9999px;
	top: -9999px;

}

.focus-fund-insights .wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.focus-fund-insights .content-holder {
	max-width: 961px;
	margin: 0 auto 60px;
	width: 100%;
	padding: 60px 26px;
	overflow: hidden;
}
 .focus-fund-insights .content-wrap {
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
	padding:0;
}
.focus-fund-insights .content-wrap .right-column{
	float:right;
	overflow:hidden;
	margin:0 0 0 15px;
	position:relative;
	width:578px;
}
.focus-fund-insights .content-wrap .left-column{
	float:left;
	width:316px;
	position:relative;
}
.focus-fund-insights .left-column .holder-img{
	margin-left:-26px;
	width:auto;
	height:90px;
	margin:0 0 73px;
	overflow:hidden;
}
.focus-fund-insights .left-column .holder-img img{
	height:100%;
	width:auto;
}
.focus-fund-insights .right-column .head-block{
	width:auto;
	overflow:hidden;
	margin:0 0 33px ;
	background:#000;
	padding:24px 26px 16px 10px;
}
.focus-fund-insights .right-column .head-block h1{
	margin:0;
	font-size:46px;
	color:#fffff3;
	line-height:50px;
	font-weight:normal;
	font-family:'open_sanslight' , sans-serif;
}
.focus-fund-insights .right-column  h2{
	margin:0 0 9px;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	color:#85809f;
	font-family:'open_sanslight' , sans-serif;
}
.focus-fund-insights .right-column .content-holder{
	padding:0 33px 0 3px;
	margin:0;
	width:auto;
	overflow:hidden;
}
.focus-fund-insights .right-column .content-holder h3{
	font-size:14px;
	line-height:18px;
	margin:0 0 11px;
	color:#000;
	font-weight:normal;
	font-family: 'OpenSans-Medium';
}
.focus-fund-insights strong.source {
	display:block;
	font-weight:normal;
	color:#a6a6a6;
	font-size:10px;
	line-height:14px;
	text-align:right;
}
.focus-fund-insights strong.source.left {
	
	text-align:left;
}
.focus-fund-insights .left-column .chart-holder{
	width:100%;
	margin:0 0 15px;
	overflow:hidden;
}
.focus-fund-insights .segment .chart-box{
	height:250px;
	min-height:0;
}
.focus-fund-insights .chart-holder h3{
	font-size:10px;
	line-height:16px;
	font-weight:normal;
	color:#7f7f7f;
	margin:0 0 10px;
	font-weight:normal;
}
.focus-fund-insights .rating-box{
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.focus-fund-insights .rating-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 33px;
}
.focus-fund-insights .rating-box .list-rating{
	position:relative;
	margin:0;
	padding:9px 5px 0;
	list-style:none;
	width:auto;
}
.focus-fund-insights .rating-box .list-rating:after {
	content:"";
	display:block;
	clear:both;
}
.focus-fund-insights .rating-box .list-rating li{
	float:left;
	width:14.285714285714286%;
	text-align:center;
	text-transform:uppercase;
	background:#227c74;
	color:#fff;
	position:relative;
	-webkit-box-shadow: #fff 0px 0px 0px 1px;
	-moz-box-shadow:#fff 0px 0px 0px 1px;
	box-shadow:#fff 0px 0px 0px 1px;
	height:auto;
	border:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin:0;
	text-indent:0;
	
}
.focus-fund-insights .rating-box .list-rating li.active {
	z-index:2;
}
.focus-fund-insights .rating-box .list-rating li.active:after {
	content:"";
	display:block;
	clear:both;
	position:absolute;
	left:0;
	right:-3px;
	height:22px;
	top:-6px;
	left:-3px;
	border:3px solid #d14e52;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}
.focus-fund-insights .rating-box .list-rating li.active.green:after {
	border:3px solid #00b050;
}
.focus-fund-insights .rating-box .list-rating li span{
	display:block;
	font-size:9px;
	line-height:15px;
	padding:1px 0 0;
}
.focus-fund-insights .rating-box .list-rating li .green {
	background:#227c74;
}
.focus-fund-insights .rating-box .list-rating li .yelow {
	background:#ffb835;
}
.focus-fund-insights .rating-box .list-rating li .red {
	background:#d14e52;
}
.focus-fund-insights .rating-holder .title{
	display:block;
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	color:#333334;
	margin:0 0 10px;
}
.focus-fund-insights .rating-holder .rating-note{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.focus-fund-insights .rating-holder .rating-note li{
	float:left;
	width:42.85714285714286%;
	position:relative;
	font-size:10px;
	line-height:14px;
	text-align:center;
	font-family: 'OpenSans-Medium';
	text-transform:uppercase;
	padding:12px 0 0;
	height:auto;
	border:none;
	-webkit-border-radius: 0px;	-moz-border-radius: 0px;	border-radius: 0px;
	margin:0;
	text-indent:0;	
}
.focus-fund-insights .rating-holder .rating-note li.two-items {
	width:28.571428571428573%;
}

.focus-fund-insights .rating-holder .rating-note li span{
	display:block;
	position:relative;
}
.focus-fund-insights .rating-holder .rating-note li span:after{
	content:"";
	display:block;
	clear:both;
	position:absolute;
	left:2px;
	right:2px;
	height:1px;
	top:-3px;
	background:#dad7d6;
}
.focus-fund-insights .rating-holder .rating-note li:after {
	content:"";
	display:block;
	clear:both;
	position:absolute;
	left:1px;
	height:7px;
	width:1px;
	top:2px;
	background:#dad7d6;
}
.focus-fund-insights .rating-holder .rating-note li:before {
	content:"";
	display:block;
	clear:both;
	position:absolute;
	right:1px;
	height:8px;
	top:2px;
	width:1px;
	background:#dad7d6;
}
.focus-fund-insights .rating-holder .rating-note li span.green {
	color:#227c74;
}
.focus-fund-insights .rating-holder .rating-note li span.yelow{
	color:#ffb835;
}
.focus-fund-insights .rating-holder .rating-note li span.red{
	color:#d14e52;
}
.focus-fund-insights .rating-holder .rating-note li.yelow{
	width:42.85714285714286%;
}
.focus-fund-insights .rating-holder .rating-note li.red{
	width:28.571428571428573%;
}
.focus-fund-insights .left-column .content-holder{
	padding-left:27px;
	width:auto;
	overflow:hidden;
	margin:0;
	padding:0 0 0 27px;
}
.focus-fund-insights .left-column .note{
	display:block;
	font-size:11px;
	line-height:15px;
}
.focus-fund-insights .contact-holder {
	width:100%;
	overflow:hidden;
	margin:0 0  10px;
}
.focus-fund-insights .contact-holder h3{
	font-size:12px;
	line-height:16px;
	margin:0 0 1px;
}
.focus-fund-insights .contact-holder .list-authors{
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.focus-fund-insights .contact-holder .list-authors li{
	font-size:11px;
	line-height:15px;
	margin:0 0 1px;
}
.focus-fund-insights .contact-holder .disclamer{
	font-size:11px;
	line-height:14px;
	display:block;
	margin:0 0 10px;
}
.focus-fund-insights .page-block{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.focus-fund-insights .page-block .chart-holder h3,
.focus-fund-insights .page-block h3 {
	font-size:14px;
	line-height:18px;
	color:#000;
	margin:0 0 12px;
	font-weight:normal;
	font-family: 'OpenSans-Medium';
}
.focus-fund-insights .page-block .chart-holder {
	margin:0 0 15px;
	width:100%;
	position:relative;
	overflow:hidden;
}
.focus-fund-insights .red-bds-notice{
	overflow:hidden;
	width:auto;
	padding:18px;
	background:#f7e0e0;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 30px;
}
.focus-fund-insights .red-bds-notice .block-holder{
	flex: 1;
}
.focus-fund-insights .red-bds-notice .risk{
	width:100%;
	border-collapse:collapse;
}
.focus-fund-insights .red-bds-notice .risk th{
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	font-family: 'OpenSans-Medium';
	border:none;
	padding:1px;
	text-align:center;
}
.focus-fund-insights .red-bds-notice .risk td{
	font-size:14px;
	line-height:18px;
	text-align:center;
	border:none;
	padding:1px;
}
.focus-idea.focus-fund-insights .focus-fund-insights .main-table tr {
	background: none !important
}
.focus-fund-insights .red-bds-notice .risk th:first-child,
.focus-fund-insights .red-bds-notice .risk td:first-child{
	text-align:right;
}
.focus-fund-insights .page-block .description{
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.focus-fund-insights .instrument-short-portrait-wrapper {
	width:100%;
}

.focus-fund-insights .instrument-short-portrait-wrapper table,
.focus-fund-insights .instrument-table-wrapper table,
.focus-fund-insights .popup-holder table{
	border-collapse:collapse;
	width:100%;
	font-family: 'open_sansbold';
	border:1px solid #000;
	margin:0 0 6px;
}
.focus-fund-insights .instrument-short-portrait-wrapper table th,
.focus-fund-insights .instrument-table-wrapper table th,
.focus-fund-insights .popup-holder table th{
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	border:1px solid #000;
	padding:0;
	text-align:left;
	padding: 0 5px 0 10px;
}
.focus-fund-insights .instrument-short-portrait-wrapper table td,
.focus-fund-insights .instrument-table-wrapper table td,
.focus-fund-insights .popup-holder table td{
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	border:1px solid #000;
	padding: 0 5px 0 10px;
	font-family: 'OpenSans-Regular';
}

.focus-fund-insights .instrument-short-portrait-wrapper  strong.source{
	text-align:left;
	color:#000;
}
.focus-fund-insights .instrument-short-portrait-wrapper  strong.source span,
.focus-fund-insights .instrument-table-wrapper  strong.source span{
	font-family: 'open_sansbold';
}
.focus-fund-insights .instrument-table-wrapper  strong.source{
	text-align:left;
	color:#000;
}

.chart-data-json{
	position:absolute;
	left:-9999px;
	top:-9999px;
	
}
.focus-fund-insights .share-class-table  table {
	border-collapse:collapse;
	width:100%;
	font-family: 'OpenSans-Regular';
	border:1px solid #000;
	margin:0 0 2px;
}
.focus-fund-insights .share-class-table table th{
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	border:1px solid #000;
	padding:0;
	text-align:left;
	padding: 4px 5px 4px 10px;
	background:#ff0000;
	color:#fff;
}
.focus-fund-insights .share-class-table  table td{
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	border:1px solid #000;
	padding: 4px 5px 4px 10px;
	-webkit-box-shadow: none;	-moz-box-shadow: none;	box-shadow: none;	background:none !important;
	font-family: 'OpenSans-Regular';
}
.focus-fund-insights .share-class-table  table td:first-child {
	border:1px solid #000;
}
.focus-fund-insights .disclaimer-content{
	padding:30px 0;
	border:none;
}
.focus-fund-insights .disclaimer-content .hold-open h2 {
	font-size: 18px;
    line-height: 22px;
	margin:0 0 4px;
}
.focus-fund-insights .disclaimer-content .hold-open{
	margin:0 0 26px;
	padding:0;
}
.focus-fund-insights .disclaimer-content .hold-open::after{
	display:none;
}
.focus-fund-insights .disclaimer-content h2,
.focus-fund-insights .disclaimer-content h3{
	font-size:14px;
	line-height:18px;
	margin:0 0 15px;
	font-family: 'open_sansbold';
	font-weight:normal;
}
.focus-fund-insights .disclaimer-content p{
	font-size:12px;
	line-height:18px;
	margin:0 0 9px;
}

.focus-fund-insights .image-wrapper .image-title,
.focus-fund-insights .base-table-wrapper .base-table-title {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 11px;
	color: #000;
	font-weight: normal;
	font-family: 'OpenSans-Medium';
}
.focus-fund-insights .image-wrapper{
	width:100%;
	overflow:hidden;
}
.focus-fund-insights .image-wrapper img{
	margin:0 0 12px;
}
.focus-fund-insights .image-source-wrapper,
.focus-fund-insights .base-table-source-wrapper {
	width: 100%;
	overflow: hidden;
	display: block;
	font-weight: normal;
	color: #000;
	font-size:10px;
	line-height:14px;
	text-align:left;
}

.focus-fund-insights .image-source-wrapper .image-source-label,
.focus-fund-insights .base-table-source-wrapper .base-table-source-label {
	float: left;
	font-family: 'open_sansbold';
	margin: 0 2px 0 0;
}

.image-source-wrapper .image-source,
.base-table-source-wrapper .base-table-source {
	margin: 0 !important;
	display: inline;
	text-align:left;
}
.focus-fund-insights .popup-holder {
	position: absolute;
	background: #fff;
	width: 466px;
	padding: 24px 23px 0;
	-webkit-box-shadow: #dbdde6 0px 0px 8px 2px;
	-moz-box-shadow: #dbdde6 0px 0px 8px 2px;
	box-shadow: #dbdde6 0px 0px 8px 2px;
}

.focus-fund-insights .popup-holder.active {
	pointer-events: all;
}
.focus-fund-insights .popup-holder h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 11px;
	color: #000;
	font-weight: normal;
	font-family: 'OpenSans-Medium';
}

.focus-idea.focus-fund-insights .head-box{
	overflow:hidden;
	margin:0 0 2px;
	padding:0 22px 0 46px;
}
.focus-idea.focus-fund-insights .head-box .title{
	display:block;
	margin:0 0 ;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: 'open_sansbold';
	color:#000;
}
.focus-idea.focus-fund-insights .head-box .title.red{
	color:#cc0000;
}
.focus-idea.focus-fund-insights .left-column .info-text,
.focus-idea.focus-fund-insights .left-column .info-text p{
	font-size:21px;
	line-height:34px;
	font-weight:normal;
	color:#7f7f7f;
	font-family: 'OpenSans-Medium';
}
.focus-idea.focus-fund-insights .content-holder .holder-img{
	width:100%;
	overflow:hidden;
	margin:0 0 13px;
}
.focus-idea.focus-fund-insights .content-holder .holder-img img{
	width:100%;
	height:auto;
}
.focus-idea.focus-fund-insights .content-wrap .holder-column{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 19px;
}
.focus-idea.focus-fund-insights h1{
	color:#cc0000;
	margin:0 0 39px;
	font-size:30px;
	line-height:36px;
	font-family: 'OpenSans-Medium';
}
.focus-idea.focus-fund-insights .chart-data-json {
	position: absolute;
	left: -9999px;
	top: -9999px;

}
.focus-idea.focus-fund-insights .wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.focus-idea.focus-fund-insights .content-holder {
	max-width: 986px;
	margin: 0 auto 60px;
	width: 100%;
	padding: 60px 26px;
	overflow: hidden;
}
.focus-idea.focus-fund-insights .content-wrap {
	overflow:hidden;
	margin:0 0 70px;
	padding:0 22px 0 57px;
	width:auto;
}
.focus-idea.focus-fund-insights .content-wrap .right-column{
	overflow:hidden;
	position:relative;
	width:460px;
	border-top:2px solid #e1adad;
	padding:18px 0 0;
}
.focus-idea.focus-fund-insights .content-wrap .left-column{
	position:relative;
	flex: 1;
	overflow:hidden;
	width:auto;
	padding:19px 0 0;
}

.focus-idea.focus-fund-insights .left-column .holder-img img{
	height:100%;
	width:auto;
}
.focus-idea.focus-fund-insights .right-column .head-block{
	width:auto;
	overflow:hidden;
	margin:0 0 33px ;
	background:#000;
	padding:24px 26px 16px 10px;
}
.focus-idea.focus-fund-insights .right-column .head-block h1{
	margin:0;
	font-size:46px;
	color:#fffff3;
	line-height:50px;
	font-weight:normal;
	font-family:'open_sanslight' , sans-serif;
}
.focus-idea.focus-fund-insights .right-column  h2{
	margin:0 0 9px;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	color:#85809f;
	font-family:'open_sanslight' , sans-serif;
}
.focus-idea.focus-fund-insights .right-column .content-holder{
	padding:0 33px 0 3px;
	margin:0;
	width:auto;
	overflow:hidden;
}
.focus-idea.focus-fund-insights .right-column .content-holder h3{
	font-size:14px;
	line-height:18px;
	margin:0 0 11px;
	color:#000;
	font-weight:normal;
	font-family: 'OpenSans-Medium';
}
.focus-idea.focus-fund-insights strong.source {
	display:block;
	font-weight:normal;
	color:#a6a6a6;
	font-size:10px;
	line-height:14px;
	text-align:right;
}
.focus-idea.focus-fund-insights strong.source.left {
	
	text-align:left;
}
.focus-idea.focus-fund-insights .left-column .chart-holder{
	width:100%;
	margin:0 0 15px;
	overflow:hidden;
}
.focus-idea.focus-fund-insights .chart{
	height:250px;
}
.focus-idea.focus-fund-insights .chart-holder h3{
	font-size:10px;
	line-height:16px;
	font-weight:normal;
	color:#7f7f7f;
	margin:0 0 10px;
	font-weight:normal;
}
.focus-idea.focus-fund-insights .rating-box{
	width:auto;
	overflow:hidden;
	margin:0 0 15px;
	padding:0 7px;
	float:none;
}
.focus-idea.focus-fund-insights .rating-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 33px;
}
.rating-box .list-rating{
	width:100%;
	position:relative;
	margin:0;
	padding:9px 0 0;
	list-style:none;
}
.focus-idea.focus-fund-insights .rating-box .list-rating li{
	float:left;
	width:14.285714285714286%;
	text-align:center;
	text-transform:uppercase;
	background:#227c74;
	color:#fff;
	position:relative;
	-webkit-box-shadow: #fff 0px 0px 0px 1px;
	-moz-box-shadow:#fff 0px 0px 0px 1px;
	box-shadow:#fff 0px 0px 0px 1px;
	overflow:visible;
}
.focus-idea.focus-fund-insights .rating-box .list-rating li.active {
	z-index:2;
}


.focus-idea.focus-fund-insights .rating-box .list-rating li.active:after {
	content:"";
	display:block;
	clear:both;
	position:absolute;
	left:0;
	right:-3px;
	height:22px;
	top:-3px;
	left:-3px;
	border:3px solid #d14e52;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}
.focus-idea.focus-fund-insights .rating-box .list-rating li.active.green:after {
	border:3px solid #00b050;
}
.focus-idea.focus-fund-insights .rating-box .list-rating li span{
	display:block;
	font-size:9px;
	line-height:15px;
	padding:1px 0 0;
}
.focus-idea.focus-fund-insights .rating-box .list-rating li .green {
	background:#227c74;
}
.focus-idea.focus-fund-insights .rating-box .list-rating li .yelow {
	background:#ffb835;
}
.focus-idea.focus-fund-insights .rating-box .list-rating li .red {
	background:#d14e52;
}

.focus-idea.focus-fund-insights .rating-holder .title{
	display:block;
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	color:#333334;
	margin:0 0 10px;
}
.focus-idea.focus-fund-insights .rating-holder .rating-note{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.focus-idea.focus-fund-insights .rating-holder .rating-note li{
	float:left;
	width:42.85714285714286%;
	position:relative;
	font-size:10px;
	line-height:14px;
	text-align:center;
	font-family: 'OpenSans-Medium';
	text-transform:uppercase;
	padding:12px 0 0;
}
.focus-idea.focus-fund-insights .rating-holder .rating-note li.two-items {
	width:28.571428571428573%;
}

.focus-idea.focus-fund-insights .rating-holder .rating-note li span{
	display:block;
	position:relative;
}
.focus-idea.focus-fund-insights .rating-holder .rating-note li span:after{
	content:"";
	display:block;
	clear:both;
	position:absolute;
	left:2px;
	right:2px;
	height:1px;
	top:-3px;
	background:#dad7d6;
}
.focus-idea.focus-fund-insights .rating-holder .rating-note li:after {
	content:"";
	display:block;
	clear:both;
	position:absolute;
	left:1px;
	height:7px;
	width:1px;
	top:2px;
	background:#dad7d6;
}
.focus-idea.focus-fund-insights .rating-holder .rating-note li:before {
	content:"";
	display:block;
	clear:both;
	position:absolute;
	right:1px;
	height:8px;
	top:2px;
	width:1px;
	background:#dad7d6;
}
.focus-idea.focus-fund-insights .rating-holder .rating-note li span.green {
	color:#227c74;
}
.focus-idea.focus-fund-insights .rating-holder .rating-note li span.yelow{
	color:#ffb835;
}
.focus-idea.focus-fund-insights .rating-holder .rating-note li span.red{
	color:#d14e52;
}
.focus-idea.focus-fund-insights .rating-holder .rating-note li.yelow{
	width:42.85714285714286%;
}
.focus-idea.focus-fund-insights .rating-holder .rating-note li.red{
	width:28.571428571428573%;
}
.focus-idea.focus-fund-insights .left-column .content-holder{
	padding-left:27px;
	width:auto;
	overflow:hidden;
	margin:0;
	padding:0 0 0 27px;
}
.focus-idea.focus-fund-insights .left-column .note{
	display:block;
	font-size:11px;
	line-height:15px;
}
.focus-idea.focus-fund-insights .contact-holder {
	width:100%;
	overflow:hidden;
	margin:0 0  10px;
}
.focus-idea.focus-fund-insights .contact-holder h3{
	font-size:12px;
	line-height:16px;
	margin:0 0 1px;
}
.focus-idea.focus-fund-insights .contact-holder .list-authors{
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.focus-idea.focus-fund-insights .contact-holder .list-authors li{
	font-size:11px;
	line-height:15px;
	margin:0 0 1px;
}
.focus-idea.focus-fund-insights .contact-holder .disclamer{
	font-size:11px;
	line-height:14px;
	display:block;
	margin:0 0 10px;
}
.focus-idea.focus-fund-insights .page-block{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.focus-idea.focus-fund-insights .page-block .chart-holder h3,
.focus-idea.focus-fund-insights .page-block h3 {
	font-size:14px;
	line-height:18px;
	color:#000;
	margin:0 0 12px;
	font-weight:normal;
	font-family: 'OpenSans-Medium';
}
.focus-idea.focus-fund-insights .page-block .chart-holder {
	margin:0 0 15px;
}
.focus-idea.focus-fund-insights .red-bds-notice{
	overflow:hidden;
	width:auto;
	padding:18px;
	background:#f7e0e0;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 30px;
}
.focus-idea.focus-fund-insights .red-bds-notice .block-holder{
	flex: 1;
}
.focus-idea.focus-fund-insights .red-bds-notice .risk{
	width:100%;
	border-collapse:collapse;
}
.focus-idea.focus-fund-insights .red-bds-notice .risk th{
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	font-family: 'OpenSans-Medium';
}
.focus-idea.focus-fund-insights .red-bds-notice .risk td{
	font-size:14px;
	line-height:18px;
	text-align:center;
}
.focus-idea.focus-fund-insights .red-bds-notice .risk th:first-child,
.focus-idea.focus-fund-insights .red-bds-notice .risk td:first-child{
	text-align:right;
}
.focus-idea.focus-fund-insights .page-block .description{
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.focus-idea.focus-fund-insights .page-block .list-items{
	margin:0;
	padding:0 20px 0 32px;
	list-style:none;
	
}
.focus-idea.focus-fund-insights .page-block .editorial{
	padding-top:6px;
}
.focus-idea.focus-fund-insights .page-block .editorial h2,
.focus-idea.focus-fund-insights .page-block .left-column .text-box h2{
	margin:0 0 18px;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: 'open_sansbold';
	color:#000;
}
.focus-idea.focus-fund-insights .page-block .left-column .text-box h2{
	color:#c00000;
	margin:0 0 45px;
}
.focus-idea.focus-fund-insights .page-block .left-column .text-box h3{
	font-size:18px;
	line-height:26px;
	color:#c00000;
	margin:44px 0 10px;
}
.focus-idea.focus-fund-insights .page-block .editorial h3{
	font-family: 'open_sansbold';
	color:#000;
	margin:0;
}
.focus-idea.focus-fund-insights .page-block .left-column .text-box{
	background:#d9d9d9;
	padding:11px 30px 11px 27px;
}
.focus-idea.focus-fund-insights .content-wrap.page-block {
	padding-left:30px;
}
.focus-idea.focus-fund-insights .holder-item{
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.focus-idea.focus-fund-insights .holder-item .text-block{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.focus-idea.focus-fund-insights .risk-position{
	width:100%;
	overflow:hidden;
	margin:0 0 28px;
}
.focus-idea.focus-fund-insights .risk-position p{
	line-height:23px;
}
.focus-idea.focus-fund-insights .holder-item h2{
	color:#fff;
	background:#c00000;
	padding:6px 9px 3px;
	font-family: 'open_sansbold';
	font-size:23px;
	font-weight:normal;
	line-height:30px;
	margin:0 0 16px;
}
.focus-idea.focus-fund-insights .page-block .list-items .content-wrap{
	padding:0;
	margin:0;
}
.focus-idea.focus-fund-insights .list-items .content-wrap .left-column{
	padding:0;
	padding-top:0;
	padding-left:9px;
}
.focus-idea.focus-fund-insights .list-items .content-wrap .right-column{
	padding-top:0;
	border:none;
	
}
.focus-idea.focus-fund-insights .page-block .list-items .text p{
	font-size:12px;
	line-height:18px;
	margin: 0 0 14px;
}
.focus-idea.focus-fund-insights .table-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 17px;
}
.focus-idea.focus-fund-insights .main-table{
	border-collapse:collapse;
	width:100%;
	font-family: 'open_sansbold';
	border:1px solid #000;
	margin:0 0 2px;
}
.focus-idea.focus-fund-insights .main-table th{
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	border:1px solid #000;
	padding:0;
	text-align:left;
	padding: 0 5px 0 10px;
}
.focus-idea.focus-fund-insights .main-table td{
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	-webkit-box-shadow: none;	-moz-box-shadow:none;	box-shadow:none;	border:1px solid #000;
	padding: 0 5px 0 10px;
	font-family: 'OpenSans-Regular';
}
.focus-idea.focus-fund-insights .main-table tr{
	background:none !important;
}
.focus-idea.focus-fund-insights .page-block .list-items td,
.focus-idea.focus-fund-insights .page-block .list-items th{
	text-transform:uppercase;
	text-align:center;
}

.focus-idea.focus-fund-insights .page-block .list-items td:first-child{
	text-align:left;
	white-space:nowrap;
	font-family: 'open_sansbold';
}
.focus-idea.focus-fund-insights .page-block .list-items strong.source{
	text-align:left;
	color:#000;
	font-family: 'open_sansbold';
}
.focus-idea.focus-fund-insights .page-block .list-items .rating-holder .title{
	color:#000;
	font-family: 'OpenSans-Medium';
}
.focus-idea.focus-fund-insights .page-block .list-items  .left-column .note{
	font-size:10px;
	line-height:15px;
}
.focus-idea.focus-fund-insights .table-wrap{
	overflow:hidden;
	padding:0 20px 0 37px;
}
.focus-idea.focus-fund-insights .table-wrap .table-holder{
	margin:0 0 36px;
}
.focus-idea.focus-fund-insights .table-wrap .table-holder h2{
	color:#c10000;
	margin:0 0 17px;
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	font-family: 'open_sansbold';
}
.focus-idea.focus-fund-insights .table-wrap .table-holder .bold{
	font-family: 'open_sansbold';
}
.focus-idea.focus-fund-insights .table-wrap .table-holder .description ul{
	font-size:14px;
	list-style-type: lower-roman;
	line-height:18px;
}
.focus-idea.focus-fund-insights .table-wrap .table-holder .main-table th,
.focus-idea.focus-fund-insights .table-wrap .table-holder .main-table td{
	font-size:14px;
	line-height:18px;
	padding: 2px 5px 4px 8px;
	vertical-align:top;
	text-align:left;
}
.focus-idea.focus-fund-insights .table-wrap .table-holder .main-table th:first-child,
.focus-idea.focus-fund-insights .table-wrap .table-holder .main-table td:first-child{
	width:140px;
}
.focus-idea.focus-fund-insights .table-wrap .table-holder .description p{
	margin:0 0 17px;
}
.focus-idea.focus-fund-insights .instrument-short-portrait-wrapper table{
	
}
.focus-idea.focus-fund-insights .disclaimer-content{
	padding:30px 20px 30px 37px;
}
.focus-idea.focus-fund-insights .disclaimer-content .hold-open h2 {
	font-size: 18px;
    line-height: 22px;
	margin:0 0 4px;
}
.focus-idea.focus-fund-insights .disclaimer-content .hold-open{
	margin:0 0 26px;
}
.focus-idea.focus-fund-insights .disclaimer-content h2,
.focus-idea.focus-fund-insights .disclaimer-content h3{
	font-size:14px;
	line-height:18px;
	margin:0 0 15px;
	font-family: 'open_sansbold';
	font-weight:normal;
}
.focus-idea.focus-fund-insights .disclaimer-content p{
	font-size:12px;
	line-height:18px;
	margin:0 0 9px;
}

.focus-idea.focus-fund-insights .image-wrapper .image-title,
.focus-idea.focus-fund-insights .base-table-wrapper .base-table-title {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 11px;
	color: #000;
	font-weight: normal;
	font-family: 'OpenSans-Medium';
}
.focus-idea.focus-fund-insights .image-wrapper{
	width:100%;
	overflow:hidden;
}
.focus-idea.focus-fund-insights .image-wrapper img{
	margin:0 0 12px;
}
.focus-idea.focus-fund-insights .image-source-wrapper,
.focus-idea.focus-fund-insights .base-table-source-wrapper {
	width: 100%;
	overflow: hidden;
	display: block;
	font-weight: normal;
	color: #000;
	font-size:10px;
	line-height:14px;
	text-align:left;
}

.focus-idea.focus-fund-insights .image-source-wrapper .image-source-label,
.focus-idea.focus-fund-insights .base-table-source-wrapper .base-table-source-label {
	float: left;
	font-family: 'open_sansbold';
	margin: 0 2px 0 0;
}

.focus-idea.focus-fund-insights .image-source-wrapper .image-source,
.focus-idea.focus-fund-insights .base-table-source-wrapper .base-table-source {
	margin: 0 !important;
	display: inline;
	text-align:left;
	font-size:10px !important;
	line-height:14px !important;
}
.focus-idea.focus-fund-insights .popup-holder {
	position: absolute;
	background: #fff;
	width: 466px;
	padding: 24px 23px 0;
	-webkit-box-shadow: #dbdde6 0px 0px 8px 2px;
	-moz-box-shadow: #dbdde6 0px 0px 8px 2px;
	box-shadow: #dbdde6 0px 0px 8px 2px;
}

.focus-idea.focus-fund-insights .popup-holder.active {
	pointer-events: all;
}
.focus-idea.focus-fund-insights .popup-holder h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 11px;
	color: #000;
	font-weight: normal;
	font-family: 'OpenSans-Medium';
}




