@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:'InvescoEditor';
	src:url("../fonts/InvescoEditor-Regular.woff2");
	font-style: normal;
	font-weight: 400;
}

@font-face{
	font-family:'Graphik';
	src:url("../fonts/Graphik-Light.otf");
	font-style:normal;
	font-weight:100;
}

@font-face{
	font-family:'Graphik';
	src:url("../fonts/Graphik-Regular.otf");
	font-style: normal;
	font-weight: 400;
}

@font-face{
	font-family:'Graphik';
	src:url("../fonts/Graphik-Medium.otf");
	font-style: normal;
	font-weight:800;
}

@font-face{
	font-family:'Graphik';
	src:url("../fonts/Graphik-Semibold.otf");
	font-style: normal;
	font-weight:900;
}

body{
	margin: 0px;
	padding: 90px 0px 0px;
	background-color: #FFFFFF;
	font: 15px/1.5 Graphik, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: 0.2px;
}

/* Global */
.container{
	width: 95%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	box-sizing: border-box;
}

.button-1{
	height: 38px;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	color: #0A12CD;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
}

/*.button-1 span{
	padding-top: 5px;
	background-color: #CFFBFF;
}*/

a{text-decoration: none; color: #0a12cd;}

.arrow{
	vertical-align: middle;
}

input{
	outline: none;
}

.side{
	padding: 0px;
	background: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #231f20;
}

h1,h2,h3{
	padding: 0px;
	margin: 0px;
	font-weight: 400;
}

section{
	margin-top: 20px;
}

.border-btm,.tbl-border-btm{
	border-bottom: 1px solid #000AD2;
}
.tbl-border-btm{
	border-bottom: 1px dotted #000AD2;
}

.tbl-border-btm-m{
	border-bottom: none;
}

.pad-top{
	padding-top: 20px;
}

.pad-btm{
	padding-bottom: 20px;
}

.ptop20{
	padding-top: 20px;
}

.ptop15{
	padding-top: 15px;
}

.font11{font-size: 11px; line-height: 15px;}

.float-rt{float: right;}

.float-lft{float: left;}

/* Header */
header{
	background-color: #FFFFFF;
	color: #000000;
	padding-top:10px;
	min-height: 40px;
	position: fixed;
	top: 0;
	left: 0;
    	margin: 0px auto;
    	width: 100%;
    	z-index: 99999;
	box-shadow:0 2px 5px 0 rgb(0 0 0 / 10%);	
	/*border-bottom: 3px solid #e8491d;*/
} 

/*.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}*/

header a {
	color: #000000;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-size: 15px;
}

header li{
	float: left;
	display: inline;
	padding: 0px 10px 0px;
}

header #branding{
	float: left;
}

header #branding h1{
	margin: 0px;
}

header #branding img{
	width: 100%;
	max-width: 280px;
}
/*#Header{
	margin-top: -20px;
}*/

header nav{
	float: right;
	margin-top: -10px;
}

.menu-icon, .topnav{
	display: none;
}

header .highlight, header .current a {
	color: #000AD2;
	font-weight: bold;
}

header a:hover{
	color: #000AD2;
}
#branding2, .nav2 {
	display: none;
}

.topnav #Topnav {
  display: none;
}

#toTopLink {
  display: block;
  position: fixed;
  /* ... */
}

#toTopLink.hidden {
  display: none;
}

.cleardiv{
	display:block;
	padding:10px;
}
.forMob{
	display: none;
}
/*#sticky-btn{z-index: 99999;}*/

#sticky-btn, #sticky-btn2, #sticky-form {
  position: fixed;
  top: 0;
  width: 100%;
	z-index: 99999;
	cursor: pointer;
}
#sticky-btn2{
	right: 50;
}
#sticky-form{
	display: none;
}
/*.sticky + .content {
  padding-top: 102px;
}*/
/* NFO */

/* Showcase */
#showcase .container{
	padding: 10px 0px 0px;
}

#showcase .container img{
	width: 100%;
	max-width: 1200px;
}

.editor-txt{
	font-family: InvescoEditor, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 22px;
	line-height: 32px;
	color: #0a12cd;
}

.banner-txt-main{
	position: absolute;
	width: 1080px;
	display: block;
	z-index: 9999;
	float: left;
}

.banner-txt1{
	position: relative;
	display: inline-block;
	margin-top: 80px;
	margin-left: 100px;
	z-index: 9999;
	font-family: 'InvescoEditor';
	font-size: 28px;
	color: #FFFFFF;
	float: left;
}

.banner-txt2{
	position: relative;
	display: inline-block;
	width: 300px;
	margin-top: 80px;
	margin-right: 0px;
	margin-left: 80px;
	z-index: 9999;
	font-family: 'Graphik';
	font-size: 20px; 
	line-height: 24px;
	color: #FFFFFF;
	float: right;
	background-color: #0A12CD;
	box-sizing: border-box;
}

.fs-58{
	font-size: 58px;
	line-height: 50px;
}

.fs-47{
	font-size: 47px;
}

.lt-blue-strip{
	background-color: #CFFBFF;
	font-size: 30px;
	padding: 5px 15px;
	margin: 0px;
	color: #0A12CD;
}

.dk-blue-strip{
	background-color: #0A12CD;
	font-size: 45px;
	padding: 5px 10px;
	margin: 0px;
}

.p0{
	padding: 0px;
}
.m0{
	margin: 0px;
}

.fund-box{
	padding: 15px;
}

.nfo-box{
	width: 100%;
	background-color: #CFFBFF;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 17px;
	color: #0A12CD;
	font-family: 'Graphik';
		font-weight:900;
}
.fund-desc{
	font-size: 12px;
	line-height: 15px;
	font-weight: 100;
}
.line-top{
	border-top: 1px solid #FFFFFF;
	padding: 0px 0px 5px;
	margin-top: 10px;
}
.fontsize{
	font-size: 25px;
	line-height: 30px;
}
.title{
	font-size: 22px;
	padding: 20px 30px;
	float: right;
	display: inline-block;
	font-weight: 600;
}
.mtop15{
	margin-top: 15px;
}
.mtop10{
	margin-top: 10px;
}
/* call back form */
#callback-form{
	padding: 15px;
	color: #404041;
	background: #ffffff;
	
}

#callback-form .container{
	border:1px solid #CADAF7;
	padding: 20px 20px 20px;
	box-sizing: border-box;
	background: #CFFBFF;
	border-radius:10px;
}

#callback-form h1{
	font-size: 16px;
	font-family: 'Graphik';
	font-weight: 900;
}

#callback-form form{
	display: flex;
	flex-wrap: nowrap; 
	margin-top: 15px;
	justify-content: space-evenly;
    align-items: center;
}

#callback-form input, #sticky-form input{
	padding: 4px;
	height: 28px;
	width: 200px;
	margin: 5px 2px;
}

#callback-form input{
	border:none;
}

#sticky-form input{
	padding: 4px;
	height: 28px;
	width: 200px;
	margin: 15px 0px 0px;
}
#sticky-form button{
	margin-top: 20px;
}

.banner-l{display: block;}
.banner-s{display: none; width: 0px;}

.nobold{
	font-weight: 400;
}

/* Intro */
#intro .container{
	background-color: #FFFFFF;
	margin-top: 30px;
	padding:0px 0px 0px 0px;
	box-sizing: border-box;
}

.intro-head{
	width: 50%;
	padding: 40px 20px 20px;
	box-sizing: border-box;
	float: left;
	background-color: #cffaff;
	min-height: 460px;
}
.intro-img{
	width: 50%;
	padding: 0px;
	box-sizing: border-box;
	float: right;
	overflow: hidden;
	height: 460px;
}

.intro-img img{
	margin: 0px 0px 0px -80px;
	box-sizing: border-box;
}

.intro-copy{
	margin-top: 30px;
	background-color: #ffffff;
	width: 62%;
	display: inline-block;
	font-size: 14px;
	float: left;
}

.border-top{
	border-top:1px solid #000000;
}

#intro .container p{
	font-size: 16px;
}

.sch-pos{
	padding: 20px;
	display: block;
}

.sch-pos, .sch-pos img{
	vertical-align:middle;
}

.sch-pos img{
	width: 100%;
	max-width: 320px;
}

.underly-fund{
	width: 100%;
	background-color: #dddbdc;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0px;
	padding: 5px 20px;
	box-sizing: border-box;
	vertical-align: top;
}

.fbox,.fbox2{
	background-color: #e5fdff;
	width: 30%;
	min-height: 220px;
	padding: 20px 30px;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	box-sizing: border-box;
	text-align: left;
}

.fbox{
	border-radius: 40px 0px 40px 0px;
}

.fbox2{
	border-radius: 0px 40px 0px 40px;
}


.left{
	display: inline-block;
	float: left;
	width: 50%;
	padding:50px 20px 0px 0px;
	box-sizing: border-box;
}
.right{
	display: inline-block;
	float: right;
	width: 50%;
}
.right img{
	width: 100%;
}

.blue-txt{
	color: #000ad2;
	font-weight: bold;
}

.fs-9{
	font-size: 9px;
	line-height: 10px;
}

.fs-12{
	font-size: 12px;
	line-height: 15px;
}


.disc{
	display: inline-block;
	float: left;
	font-size: 12px;
	padding: 0px 15px 15px 0px;
}

#fund{
	margin-top: 30px;
}
/* Sidebar */
#sidebar{
	position: relative;
	display: inline-block;
	float: left;
	width:30%;
	margin-top: 20px;
	border-top: 1px solid #000ad2;
}
#sidebar img{
	width: 120%;
	margin-left: -70px;
	z-index: 9999;
}
#section2 .container{
	/*overflow: visible;*/
}
#section2 h1{
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 32px;
}


/* Main */
#main-sec{
	position: relative;
	display: inline-block;
	margin-top: 20px;
	float: right;
	width:68%;
	border-top: 1px solid #000ad2;	
	background-color: #FFFFFF;
	padding: 10px 20px 10px 0px;
	box-sizing: border-box;
}
.sec2-right table tr td{
	padding: 20px 0px 20px 15px;
	border-bottom: 1px dotted #000000;
	vertical-align: middle;
}
/*.sc-w{
	width: 100%;
	max-width: 653px;
}*/

.sc-w{
	width: 50%;
	max-width: 328px;
	display: inline-block;
}
.sc-key{
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}

.fundname{
	font: 28px/1.4 InvescoEditor, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #0A12CD;
	padding: 0px;
	margin: 0px;
}

.fund-left{
	width: 45%;
	display: inline-block;
	float: left;
}
.fund-right{
	width: 52%;
	display: inline-block;
	float: right;
	border-left: 1px solid #000;
	padding: 0px 30px;
	box-sizing: border-box;
}

.sub{
	font-size: 25px;
	ine-height: 26px;
	padding: 0px;
	margin: 0px;
}

.side h3{
		margin: 5px 0px;
	}

.benefits-title{
	color: #000AD2;
	font-weight: bold;
	font-size: 17px;
}

.highlight1{
	background-color: #d8fbff;
	width: 80%;
	padding: 15px;
	color: #0A12CD;
	font-weight: bold;
	font-size: 18px;
	border-radius: 15px 0px 15px;
}

#diversify{
	margin-top: 30px;
}

#diversify .container{
	background-color: #f6f6f6;
	padding: 10px 20px;
}
.diversify-copy h1{
	font: 24px/1.25 InvescoEditor, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #000000;
	padding: 20px 0px 0px;
	margin: 0px;
}

.diversify-copy h3{
	font: 18px/1.25 Graphik, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #000000;
	padding: 8px 0px 20px;
	margin: 0px;
}

.diversify-img{
	display: inline-block;
	float: left;
	width: 50%;
}
.diversify-img img{
	width: 100%;
	max-width: 541px;
}

.diversify-disc{
	display: inline-block;
	float: left;
	font-size: 11px;
	width: 40%;
}

#investment-approach .container{
	margin-top: 50px;
	padding: 10px 10px 20px;
}

#investment-approach .container, #investment-approach .container .side{
	background-color: #d8fbff;
}

#investment-approach .container .side{
	margin-left: 20px;
	border-top: 1px solid #0A9BFA;
	border-bottom: 1px solid #0A9BFA;	
}

#sidebar2{
	position: relative;
	float: left;
	width:30%;
	margin-top: 10px;
}

.fundname2{
	font: 28px/1.25 InvescoEditor, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #0A12CD;
	padding: 20px 20px 0px;
	margin: 0px;
}

.top-hold .rows{
	padding: 5px 10px;
	border-bottom: 1px dotted #000000;
	font-size: 14px;
}
.top-hold th{
	background-color: #9dd7fd;
	font-weight: bold;
}
.ia{
	font: 40px/1.25 InvescoEditor, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #0A12CD;
	padding: 0px 20px 20px;
	margin: 0px;
}

#section2, #section3, #section4{
	margin-top: 20px;
	display: block;
}




#section2 .title, #section3 .title, #section4 .title{
	position: relative;
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid #000AD2;
	display: block;
}


#section2 .container h2, #section3 .container h2, #section4 .container h2{
	font-size: 24px;
	line-height: 28px;
	font-family: 'Graphik';
	color: #000AD2;
	margin: 0px 0px 20px;
	padding: 0px;
	box-sizing: border-box;
}

#section3 .title{
	border: 0px;
}

/* Boxes */
.rbox-container{
	position: relative;
	display: flex;
	width: 95%;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    /*justify-content: space-between;*/
    align-items: flex-start;
	padding: 20px;
	background-color: #ededee;
	border-radius: 20px;
	margin-top: 15px;
	box-sizing: border-box;
}
.rbox,.framework-box{
	position: relative;
	display: inline-block;
	text-align: left;
	width: 33%;
	padding: 10px 30px 10px 0px;
	/*border:4px solid #E6E7E8;
	border-radius: 20px;*/
	min-height: 80px;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 15px;
}

.icon,.icon-txt{
	display: inline-block;
	vertical-align: middle;
}

.rbox table tr td, .framework-box table tr td{
	vertical-align: top;
}

.rbox p, .framework-box p{
	width: 100%;
	border-bottom: 1px dotted #000AD2;
	padding-bottom: 15px;
}

.rbox span, .framework-box span{
	font-size: 16px;
}

#section4 .container h2{
	margin-bottom: 0px;
}

.display-ib{
	position: relative;
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

#section4 table tr td{
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0px;
	vertical-align: top;
}

#section3 .container{
	background-color: #FFFFFF;
}

#section3 .container h2,h3{
	margin: 0px;
	padding: 0px;
}

.sec3-left{
	display: inline-block; width: 60%; padding: 30px 30px 0px; box-sizing: border-box;
}

.sec3-right{
	display: inline-block; width: 40%; float: right; padding: 0px; margin: 0px 0px -30px; vertical-align: bottom;
}


.margin-rt15{
	margin-right: 15px;
}

.factSlide{
	width: 95%;
	display: inline-block;
	float: none;
	margin: 10px;
	/*height: 400px;*/
	background-color: #cdfaff;
	border: 2px solid #ffffff;
	border-radius: 20px;
}

.facts-highlight{
	color: #0A12CD;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}

.testslider2{
	padding: 10px 20px; 
	box-sizing: border-box;
}

.fact-txt-box{
	padding: 10px 10px 30px; 
	font-size: 18px;
	box-sizing: border-box;
	width: 100%;
	display: inline-block;
}

#downloads{
	margin-top: 50px;
}
.buttons{
	background-color: #CFFBFF;
}
.buttons .box{
	display: inline-block;
	padding: 20px 20px;
	width: 240px;
}
.bg-lightblue{
	background-color: #CFFBFF;
}

#footer{
	margin-top: 60px;
}

.mf-disc{width: 100%;}
.cta{
	display: inline-block;
	float: left;
}
.social{
	/*margin-top: 30px;
	border-top:1px solid #000000;*/
	padding-top: 20px;
	width: 30%;
	display: inline-block;
	float: right;
	vertical-align: top;
}
#riskometer{
	margin-top:30px;
}
#riskometer .container{
	border-top:1px solid #000000;
	background-color: #f6f6f6;
}
.risko{
	width: 100%;
	display: inline-block;
	float: none;
	vertical-align: top;
	background-color: #f6f6f6;
	padding: 20px;
	box-sizing: border-box;
}
.sc-risko{
	display: inline-block;
	float: left;
}

.ben-risko{
	display: inline-block;
	float: right;
	border-left:1px solid #000000;
	width: 35%;
}

.ben-w-pad{
		padding: 0px 15px;
		width: 40%;
	}

.font15{
		font-size: 15px;
	}
.font16{
		font-size: 16px;
	}

.font22{font-size: 22px;}

.font25{font-size: 25px;}

.font26{font-size: 26px; line-height: 30px;}

.call-back-btn,.call-back-btn2{
	bottom: 0px;
	right: 0px;
	padding: 8px;
	color: #FFFFFF;
	background-color: #000AD2;
	width: 160px;
	height: 30px;
	transform: rotate(0deg);
	position: fixed;
	border-radius: 15px 15px 0px 0px;
}

.call-back-btn2{
	right: 185px;
	width: 130px;
}

.call-back-fm{
	bottom: 0px;
	right: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #ffffff;
	border: 1px solid #9e9e9e;
	width: 270px;
	height: 400px;
	transform: rotate(0deg);
	position: fixed;
	border-radius: 15px 15px 0px 0px;
}

.hideform, .desk-hide{
	display: none;
}
.hide-btn{
	display: block;
}

.sc-risko-table{
	width: 100%;
	max-width: 480px;
	min-width: 270px;
}

.fm-btns{
	display: inline-block;
	width: 280px;
}

#branding3 img {
		display: none;
	}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  border-radius: 20px;
  width: 60%; /* Could be more or less, depending on screen size */	
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.hidden{
	display: none;
}

.bc-thm-txt{
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}

.bc-theme{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

#framework .container{
	border:1px solid #000ad1;
	padding: 20px 30px 0px;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 0px auto;
	vertical-align: middle;
}

.image-container {
  position: relative;
  width: 250px;
  height: 280px;
  /*border: 5px solid blue;
  overflow: hidden;*/
	display: inline-block;
	z-index: 9999;
}

.image-container img {
  position: absolute;
  top: -70px;  /* Image is shifted upwards, so it overlaps the div */
  bottom: 0;   /* Ensures the image touches the bottom */
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
}

@media screen and (max-width:1219px) and (min-width: 1024px){
	header #branding img{
		width: 200px;
	}
	header nav li{
		padding:0px 5px;		
	}
	header a {
		font-size: 13px;
	}
	.container{
		width: 90%;
	}
	.title{
		width: 45%;
		padding: 20px 15px;
	}
	
	.intro-img{
		width:50%;
	}
	#intro .container{
		background-color: #cffaff;
	}
	.intro-img img{
		margin: 0px 0px 0px -30%;
	}
	.blocks{
		width: 100%;
		max-width: 480px;
	}
	#main-col {
		width: 45%;
	}
	.x-scroll{
		overflow-x: scroll;
	}
	.social{
		width: 40%;
	}
	.ben-risko{
		float: none;
		width: 100%;
		border: 0px;
		padding: 0px;
		border-top: 1px solid #000000;
		padding-top: 10px;
		margin-top: 10px;
	}
	.ben-w-pad{
		width: 51%;
	}
	#callback-form input{
		width: 130px;
	}
	#sticky-form input{
		width: 200px;
	}
	#branding3 img {
		display: none;
	}
}

@media screen and (max-width:1100px) and (min-width: 1001px){
	header #branding img{
		width: 200px;
	}
	header nav li{
		padding:0px 5px;		
	}
	header a {
		font-size: 13px;
	}
}

@media screen and (max-width:1023px) and (min-width: 601px){
	header #branding, #branding2, header nav{display: none;}
	header{
		padding-top: 20px;
	}
	#Header3{
		padding: 20px 0px 0px;
		margin-top: -40px;
	}
	#branding3 {
		display: inline-block;
	}
	#branding3 img{width: 200px; display: block;}
	
	.nav2{
		display: none;
	}
	.nfo-box{
		width: 50%;
		margin-top: -50px;
	}
	.title{
		width: 40%;
		padding: 20px 10px;
		font-size: 19px;
	}
	
	.fontsize{
	font-size: 20px;
	line-height: 26px;	
	}	
	.menu-icon{
		display: inline-block;
		float: right;
		margin-top: -20px;
	}
	nav #Topnav li{
		display: block;
		float: none;
	}
	#main-col {
		width: 68%;
	}
	#sidebar img{
		width: 170%;
		margin-left: -120px;
	}
	.x-scroll{
		overflow-x: scroll;
	}	
	.container{
		width: 90%;
	}
	#intro .container{
		background-color: #cffaff;
	}
	.intro-img img{
		margin: 0px 0px 0px -60%;
	}
	.intro-copy{
		width:60%;
		padding-bottom: 20px;
	}
	.intro-img{
		/*width:50%;
		margin-right: 100px;*/
	}
	.sch-pos img{
		width: 35%;
	}
	
	#callback-form form{
		flex-wrap: wrap; 
		margin-top: 15px;
		justify-content: flex-start;
	}
	.buttons .box{
		padding: 10px;
	}
	.social,.risko{
		width: 95%;
	}
	.risko{
		display:block;
		float: none;
		margin-left:0px
	}
	.cta{
		width: 45%;
	}
	.social{
		width: 50%;
	}
	#investment-approach .container{
		padding: 0px;
	}
	#sidebar2{width: 95%;}
	.ia-boxes .box{
		display: block;
		width:40%;
	}
	.sc-risko,.ben-risko{
		width: 100%;
		display: inline-block
	}
	.sc-risko{
		float: left;
	}
	.ben-risko{
		float: right;
		border: 0px;
		padding: 0px;
		border-top: 1px solid #000000;
		padding-top: 10px;
		margin-top: 10px;
	}
	.sc-risko-table{
		width: 50%;
	}
	.ben-w-pad{
		padding: 0px;
		width: 50%;
	}
	.call-back-fm{
		height: 340px;
	}
	/*#callback-form{display: none;}*/
	.fundname, .sub{
		padding: 0px 0px 0px 0px;
	}
	.factSlide{
		width: 100%;
	}
	.facts-highlight{
	color: #0A12CD;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	}
	
	.testslider2{
		padding: 10px; 
		box-sizing: border-box;
	}

	.fact-txt-box{
		padding: 10px 10px 40px; 
		font-size: 15px;
		box-sizing: border-box;
		width: 100%;
		display: inline-block;
	}
	
	.rbox,.framework-box{
		/*min-height: 500px;*/
		padding: 0px 10px 40px;
	}
	.sec3-right img{
		width: 400px;
	}
	.sub{
		line-height: 26px;
	}
	
	/*#callback-form input, #sticky-form input{
		width: 270px;
	}*/
	.left{padding-top: 20px; width: 60%;}
	.right{width: 40%;}
	.right img{width: 200%;}
	header nav{
		float: right;
		margin-top: 0px;
	}
}

@media screen and (max-width:900px) and (min-width:601px){
	body{padding-top: 35px;}
	.framework-box{width: 48%}
	.image-container {display: none;}
	.rbox{width: 100%;}
	.bc-thm-txt,.bc-theme{
		display: block;
		width: 100%;
	}
	.bc-theme{
		margin-top: 20px;
	}
	.factSlide{
		width:100%;
	}
	.fbox,.fbox2{width: 28%;}
}



/* Media Queries */
@media screen and (max-width:600px) and (min-width: 250px){
	header #branding, #branding3, header nav{display: none;}
	header{padding-top: 20px;}
	
	#branding2, .desk-hide {
		display: block;
	}
	#branding2 img{width: 80%;}
	
	.nav2{
		display: none;
	}
	.menu-icon{
		display: inline-block;
		float: right;
		margin-top: -30px;
	}
	nav #Topnav ul li{
		display: block;
		float: none;
	}
	header nav{
		float: right;
		margin-top: 0px;
	}
	
	header li{
		padding: 0px 10px 10px;
	}
	
	
	.container{
		width: 90%;
	}
	#showcase{
		padding-top: 40px;
	}
	.banner-l{display:none; width: 0px;}
	.banner-s{display: block; width: 100%;}
	.nfo-box{margin:0px auto;}
	
	#callback-form{display: none;}
	#callback-form input{width: 90%; margin-top:20px; }
	
	#intro .container{
		margin-top: -10px;
	}
	
	.intro-head{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		float: none;
	}
	.intro-img{
		width: 100%;
		padding: 0px;
		box-sizing: border-box;
		float: none;
	}
	
	.title{
		padding: 20px 0px;
	}
	
	.main-intro-bg{
		min-height: 1100px;
	}
	
	.intro-img img{
		margin: 0px 0px 0px -50%;
	}
	
	.topnav #callback-form {
  		display: none;
	}
	
	.fbox,.fbox2{
		width: 100%;
	}
	
	.button-1{padding-top:8px; }
	
	.intro-copy{
		width: 95%;
	}
	#sidebar{
		float: none;
		display: block;
		width: 100%;
	}
	#main-col{
		float: none;
		display: block;
		width: 100%;
	}
	.fund-left, .sc-risko, .social{
		float: none;
		width: 100%;
	}
	.fund-right, .ben-risko{
		float: none;
		width: 100%;
		padding: 20px 0px;
		border: 0px;
	}
	.ben-risko{
		padding: 20px 0px 0px;
		border-top: 1px solid #000000;
		margin-top: 20px;
	}
	.fund-right p{
		padding: 5px 0px 0px; margin: 0px;
	}
	
	.sub{
		font-size:20px;
	}
	.highlight1{
		width: 92%;
	}
	.diversify-img, .diversify-disc{
		width: 100%;
	}
	/*.diversify-img{
		overflow-x: scroll;
	}*/
	
	.x-scroll{
		overflow-x: scroll;
	}
	
	#investment-approach .container{
		padding: 0px;
	}
	#sidebar2{width: 95%;}
	.ia-boxes .box{
		display: block;
		width: 85%;
	}
	.attribute-img{
		overflow-x: scroll;
	}
	.buttons .box{padding: 10px;}
	
	.social,.risko{
		width: 95%;
	}
	.risko{
		display:block;
		float: none;
		margin-left:0px
	}
	.ben-w-pad{
		padding: 10px 0px;
		width: 95%;
	}
	.hide-btn{
	display: none;
	}
	
	#footer{margin-top: 20px;}
	
	.rbox-container{
	flex-direction: column;
	}
	
	.rbox, .framework-box{
		width: 100%;
		margin-bottom: 20px;
	}
	.display-ib{
		width: 100%;
	}
	.factSlide{
		width: 90%;
		float: none;
		margin: 15px;
	}
	.sec3-left{
		width: 100%;
		padding: 20px 15px 15px;
	}
	.sec3-right{
		width: 100%;
	}
	.forMob{
		position: relative;
		display: block;
		padding: 0px 0px;
		margin-top: -25px;
		margin-bottom: 40px;
	}
	.tbl-border-btm-m{
		border-bottom: 1px dotted #000AD2;
	}
	#intro .container{
		padding: 0px;
	}
	.left, .right, .sec2-left, .sec2-right{
		width: 100%;
		display: block;
		float: none;
	}
	.left{
		padding: 20px;
	}
	.show-cta-on-m{
		display: block;
	}
	
	.bc-thm-txt{
	width: 100%;
	display: block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	}

	.bc-theme{
		width: 100%;
		display: block;
		vertical-align: middle;
		padding-top: 20px;
	}
	.fact-txt-box{
		width: 100%;
		display: block;
	}
	.image-container{height: 320px;}
	.image-container img {
 		top: -30px; }
}

@media screen and (max-width:600px) and (min-width: 500px){
	#callback-form{display: block;}
	.intro-img img{margin: 0px 0px 0px -30%; }
	.sch-pos img{width: 30%;}
}
