@font-face {
	font-family: "Bembo";
	src: url(/fonts/bembostd.eot);
	src: local("Bembo Std"), url(/fonts/bembostd.ttf) format("truetype");
}

html {overflow-y: scroll;}

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

h1 {
  font-weight: normal;
  font-size: 30px;
  font-family: "Frutiger W01";
  font-weight: 200;
}

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

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

a.regular {
  font-weight: 200;
}

footer a, footer a:link, footer a:visited {
	color: #000;
  font-weight: 200;
}

footer a:hover {
	color: #000;
  text-decoration: none;
}

strong {
	font-weight: 400;
}

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

section.content div {
  margin: 36px 0 0 50px;
}
section.content div.level1 p {
  background: url(/assets/images/icons/plus.png);
  background-repeat: no-repeat;
  padding-right: 12px;
  padding-left: 18px;
  background-position: 0 7px;
  cursor: pointer;
}

section.content div.level1 p.expanded {
  background: url(/assets/images/icons/minus.png);
  background-repeat: no-repeat;
  padding-right: 12px;
  padding-left: 18px;
  background-position: 0 7px;
}

section.content div.level2 {
  margin: 0 0 0 24px;
}

section.content div.level2 p{
  background: none;
  padding-left: 0;
}

section.content div.level2 p.expanded{
  background: none;
  padding-left: 0;
}

section.content li {
	line-height: 24px;
}

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

section.content div.level2 {
  display: none;
}
section.content div.level2.active {
  display: block;
}

figcaption {
	margin: 36px 0;
}

aside {
  text-align: left;
}

aside p {
  text-indent: 0;
  line-height: 16px;
}

aside.disclaimer {
  font-size: 11px;
  margin: 0 104px  72px 104px;
}

aside.slideDisclaimer {
  font-size: 11px;
  top: 36px;
  position: relative;
}

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

div.figureContainer {
	width: 252px;
	float: left;
}

div.figureContainer figcaption {
	margin: 36px 4px 0 4px;
	font-style: italic;
	line-height: 18px;
}

div.captionText {
	padding: 0 20px 0 20px;
}

body.hiddencosts div.figureContainer figcaption {
	margin: 36px 0 0 0;
}

body.principles div.figureContainer figcaption {
	margin: 36px 0 0 0;
}

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

span#tagline {
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 48px;
}
span#logo {
	font-size: 24px;
	position: absolute;
	left: 42px;
	top: 48px;
}

ul#socialLinks {
	position: relative;
  top: 34px;
}

ul#socialLinks li {
  margin: 0 4px;
}

div#container {
	margin: 0 auto;
	width: 1008px;
	text-align: center;
	position: relative;
}

header {
	margin: 28px 50px 0 50px;
	position: relative;
}

nav ul {
	position: relative;
}
#meetWithAdvisor {
  position: absolute;
  right: 35px;
  top: 50px;
  color: #66757f;
  font-weight: 400;
  font-size: 14px;
}
p.cta {
  color: #66757f;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  margin-top: 18px;
}
.content {
	text-align: left;
	padding: 32px 50px 32px 50px;
}

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

footer li, header li {
	position relative;
	display: inline-block;
}

footer li {
	margin: 0 2px;
  overflow: visible;
}

footer li.active a, footer li a:hover {
	font-weight: 400;
}

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;
}


/* image slider */
  #slideContainer {
    width:354px;
    height:590px;
    overflow:hidden;
    margin:0 auto;
    position: relative;
  }
  #slideImages {
    width: 354px;
    height: 483px;
    text-align: center;
    position: relative;
  }
  #slideImages img {
    float:left;
    width:354px;
    background: #fff;
  }
  #slideImages div {
    padding:0;
    margin:0;
    float:left;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  div.imageContainer {
    width: 354px;
    height: 483px;
    opacity: 0;
    text-align: left;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
  }
  div.imageContainer.currentImage {
    width: 354px;
    height: 483px;
  	opacity: 1.0;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
  }
  div#slideArrows {
    margin: 0 auto;
    width: 80px;
    text-align: center;
  }
  div.slideArrow {
    font-weight: bold;
    font-size: 48px;
    float: left;
    margin-right: 12px;
    cursor: pointer;
  }
  div.slideArrow.inactive {
    font-weight: normal;
    color: #999;
    cursor: default;
  }

  div.slideArrow {
    opacity: 1;
    transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
    width: 53px;
  	height: 53px;
  }
  div.slideArrow.inactive, div.slideArrow:hover {
  	opacity: 0.5;
    transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
  }

  div#prevArrow {
  	background: url(/assets/images/prev-active.png);
  	position: absolute;
  	top: 144px;
  	left: 0;
  }

  div#nextArrow {
  	background: url(/assets/images/next-active.png);
  	position: absolute;
  	top: 144px;
  	right: 0;
  }

  body.returns section.figures {
  	width: 754px;
  	position: relative;
  }

  section.subContent {
  	text-align: left;
  	margin: 0 71px 0 101px;
  }

  section.subContent p {
  	text-indent: 0;
    line-height: 18px;
  }

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

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

  body.home header {
    margin-top: 32px;
  }

  body.home section.content {
    margin-bottom: 48px;
    padding-top: 12px;
  }

  body.home section.content p {
    margin-bottom: 24px;
  }

  body.home section.content, body.home section.content p:last-child { 
    padding-bottom: 0;
  }

  body.home section.content a, body.home section.content a:link, body.home section.content a:visited {
    font-weight: 200;
  }

  body.forms section.subContent p, body.forms section.subContent h4 {
  	margin-bottom: 24px;
  }

  body.contact section.subContent {
  	margin-bottom: 72px;
  }

  body.contact .content p {
    margin-bottom: 24px;
  }

  body.contact section.content {
    padding-bottom: 0;
  }

  div.level2 {
    display: none;
    margin-left: 30px;
  }

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

  div.level2.active {
    display: block;
  }

  body.articles section.content ul {
    margin-top: 36px;
  }

  body.articles section.content li {
    margin-left: 50px;
  }

  body.about div.figureContainer {
    width: 227px;
  }

  body.about figcaption {
    margin-top: 10px;
    margin-left: 20px;
    text-align: left;
  }

  body.about div.captionText {
    font-size: 14px;
    padding: 0 20px 0 0;
  }

  body.about figcaption h4 {
    font-size: 14px;
  }

  body.about footer {
    margin-top : 32px;
  }