
/* All Devices */


body {
	margin: 0 auto;
	background: #fff;
	text-align: center;
	color: #000;
	font-family: "Frutiger W01", "Arial";
	font-weight: 200;
	font-size: 13px;
}

header {
	margin-top: 24px;
	margin-left: -48px;
}

body.home article h1 {
	width: 100%;
	text-align: center;
}

body.private-markets article {
	margin-bottom: 128px;
}

#logo {
    font-size: 24px;
    position: absolute;
    left: 88px;
    top: 48px;
}


#top-logo-full {
	position: relative;
	top: 6px;
	margin-right: 52px;
}

h1 {
	font-weight: 200;
	font-size: 32px;
	color: #333;
	margin: 0;
}

h3, h4 {
	font-weight: 400;
	margin: 0 0 24px 0;
}

li {
 list-style:none;
 }

 section li {
    line-height: 24px;
}

ul {
	padding: 0;

}

a, a:link, a:visited {
    color: #5ea9dd;
    text-decoration: none;
    font-weight: 400;
}

a:hover {
    color: #5ea9dd;
    text-decoration: underline;
}

#top-menu-full {
	display: inline-block;
}

nav li, footer li {
	display: inline-block;
}

nav.responsive-menu {
	display: none;
}


.inline-nav a, .inline-nav a:link, .inline-nav a:visited {
    color: #000;
    font-weight: 200;
    font-size: 14px;
}
.inline-nav li.active a, .inline-nav li a:hover {
    font-weight: 400;
}

.inline-nav a:hover {
    color: #000;
    text-decoration: none;
}

.inline-nav {
	padding-bottom: 24px;
	max-height: 20px;
}

footer .inline-nav {
	padding-bottom: 54px;
}

#meetWithAdvisor {
    position: absolute;
    right: 72px;
    top: 50px;
    color: #66757f;
    font-weight: 400;
    font-size: 14px;
}

article {
	text-align: left;
	margin-bottom: 18px;
}


section.main-text {
	padding: 12px 50px 0 50px;
}

section.main-text p {
    text-indent: 50px;
    line-height: 24px;
}

section.figures {
	display: flex;
}

section.figures figure {
	text-align: center;
	margin: 24px 28px;
	display: flex;
	flex-direction: column;
}

.about section.figures figure {
	margin: auto;
}

body.performance section.figures figure {
	margin: 24px 0;
}

section.figures figure.text-caption {
	text-align: left;
    margin: 10px 48px 0 20px;
    font-style: italic;
    font-size: 14px;    
}

section.figures figure.text-caption h4 {
	font-style: normal;
	margin-bottom: 12px;
}

div.level1 {
	margin-top: 24px;
}

figurecaption {
    margin: 36px 24px 0 4px;
    font-style: italic;
    line-height: 18px;
    font-size: 14px;
}


.figcaption h4 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 24px;
    font-style: normal;
}

div.figcaption {
    margin: 10px 36px 0 12px;
	font-style: italic;
	line-height: 18px;
	font-size: 14px;

}

 figcaption {
	margin: 36px 4px 0 4px;
	font-style: italic;
	line-height: 18px;
	max-width: 180px;
}

figcaption h4 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 24px;
	font-style: normal;
}


body.performance figcaption h4 {
	text-transform: none;
	color: #555;
	margin-left: 34px;
}

.sub-content {
	text-align: left;
	margin: 0 71px 48px 101px;
}

.sub-content p {
	text-indent: 0;
	line-height: 18px;
}

.indent {
	padding-left: 50px;
}

p.cta {
    color: #66757f;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    margin-top: 18px;
}

p.question {
    font-family: "Frutiger W01";
    color: #5ea9dd;
    font-weight: 400;
    margin-bottom: 0;
}

p.answer {
    font-style: italic;
    margin: 0 0 24px;
}

section.faq {
	margin-top: 36px;
}

#socialLinks {
	justify-content: center;
	display: flex;
	flex-direction: row;
	padding: 0;
}

#socialLinks li {
	margin: 0 4px;
}

footer {
	text-align: center;
	margin: 18px 0 48px 0;
}

aside.legal {
    font-size: 11px;
    width: 100%;
    text-align: center;
}

aside.disclaimer {
    font-size: 11px;
    margin: 0 104px 72px 104px;
    text-align: left;
    line-height: 16px;
}

div.navIcon {
	display: inline-block;
	position: relative;
	width: 75px;
	margin-top: 32px;
	cursor: pointer;
}
div.navHover {
  opacity: 0;
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out;
  position: absolute;
	width: 75px;
	margin-left: -2px;
}

nav ul li.active .navHover, nav ul li.current .navHover {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
   position: absolute;
}

nav ul li.navDefaultTitle {
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out;
  left: 0;
}

nav ul li.navDefaultTitle.active {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

div.level1 p {
  text-indent: 0;
}

/* Page specific global styles */

.about section.figures {
	margin: 24px 50px 24px;
}

.about figure {
	margin: 0;
}

.about figurecaption {
	width: 100%;
	margin-top: 10px;
    margin-left: 20px;
    text-align: left;
}

/* responsive menu */

nav.responsive-menu {
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}

  .responsive-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .responsive-menu ul li {
    margin-right: 20px;
  }
  
  .responsive-menu ul li a {
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .responsive-menu .checkbtn {
    font-size: 30px;
    cursor: pointer;
    display: none;
  }
  
  .responsive-menu #check {
    display: none;
  }



/* Desktop */
@media only screen and (min-width: 1920px) {

}

/* Tablet - most of these will be inherited by desktop */
@media only screen and (min-width: 1024px) {
	
	body {
		width: 1008px;
	}

	section.figures {
		flex-direction: row;
		margin-top: 24px;
	}

	figure.factors-size img,
	figure.factors-value img,
	figure.factors-profitability img {
		margin-left: -36px;
	}

	body.investment-factors figcaption {
		max-width: 166px;
	}

	section.figures {
		margin-left: 20px;
	}

}



/* Mobile */
@media only screen and (max-width: 1023px) {

	header {
		display: flex;
		flex-direction: column;
	}

	#logo {
		position: relative;
		top: 0;
		left: 0;
	}

	#meetWithAdvisor {
		position: relative;
		top: 0;
		left: 0;
	}

	section.figures {
		flex-direction: column;
	}

	section.figures figure {
		text-align: center;
		padding: 8px 0 12px;
	}

	section.figures figure.text-caption {
		text-align: center;
		margin: auto;
		max-width: 200px;
	}

	body.performance figcaption h4 {
		margin-left: 0;
	}

	#top-menu-full, #top-logo-full {
		display: none;
	}

	article {
		margin-top: 64px;
	}

	img#performance1 {
		margin-left: 14px;
	}

	img#performance2 {
		margin-left: 14px;
	}

	img#performance3 {
		margin-left: 14px;
	}

	img#performance4 {
		margin-left: -20px;
	}

	section.main-text {
		padding: 12px 16px 18px 16px;
	}

	section.main-text p {
	    text-indent: 0;
	    line-height: 24px;
	    text-align: center;
	}

	section.sub-content.faq {
	    margin-top: 0px;
	}

	section.sub-content {
		margin: 12px 40px 32px 40px;
	}

	figcaption {
		max-width: unset;
		padding: 0 50px;
	}

	div.figcaption {
		margin: 0 50px 24px;
		text-align: center;
	}

	.about figurecaption {
		text-align: center;
		margin: 0;
	}

	.about section.figures {
		margin-top: 0;
	}

	footer li {
		display: block;
		margin-bottom: 8px;
	}

	footer .inline-nav {
		margin-top: 36px;
		padding-bottom: 128px;
	}

	aside.legal {
		width: auto;
		padding: 0 24px;
	}

	aside.disclaimer {
		margin: 24px;
	}

	/* responsive menu */

	#top-logo-responsive {
		float: right;
		margin: 4px 0 0 0;
	}

	nav.responsive-menu {
		display: flex;
	    flex-direction: column;
	    width: 100%;
	    text-align: left;
	}

	.responsive-menu .checkbtn {
		display: block;
        order: 1;
        font-size: 15px;
        background: white;
        color: black;
        padding: 20px 18px;
    }
  
    .responsive-menu ul {
      position: fixed;
      top: 72px;
      left: -100%;
      background-color: white;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: left;
      align-items: flex-start;
      transition: all 0.3s;
      z-index: 999;
    }
  
    .responsive-menu ul li {
		padding: 11px 10px;
        border-bottom: solid 2px #eee;
        width: 100%;
        text-align: center;
      font-weight: 200;

    }

    .responsive-menu ul li.active {
        background: #999;
        color: white;
        border-bottom: solid 2px #999;

    }



    .responsive-menu ul li:last-of-type {
        border-bottom: none;
    }

  
    .responsive-menu ul li a {
      font-size: 16px;
      color: black;
      font-weight: 200;
    }
 
    .responsive-menu ul li.active a {
      color: white;
    }
 
 	.responsive-menu li.login {
 		color: white;
 		background: black;
 	}

 	.responsive-menu li.login a {
 		color: white;
 	}

    .responsive-menu #check:checked ~ ul {
      left: 0;
    }

    .menu-icon-hamburger {
    	color: black;
    }

    .menu-icon-hamburger:before {
    	content: "\f0c9";
    }

    .fa-close:before {
    	content: "\f00d";
    }

    .fa-lock:before {
    	font-size: 16px;
    	margin: -2px 8px 0 -8px;
    }

    .responsive-menu .fas.fa-bars,
    .responsive-menu .fas.fa-close {
    	margin: 4px;
	    font-size: 24px;
    }


}

