body {
  padding-top: 50px;
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-weight: normal;
}

@media (min-width: 768px) {
  body {
    padding-top: 110px;
  }
}


/* used to "travel" to hash #id */

.anchor {
  display: block;
  position: absolute;
  top: 0px;
}

.navbar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.navbar a {
  text-decoration: none;
  font-weight: normal;
  transition: 0.2s all;
}

.navbar a:hover {
  text-decoration: none;
}

.navbar .dropdown {
  /*height: 20px;
  margin-top: -3.5px;*/
}

.navbar .dropdown-menu {
  top: auto;
}

.navbar .dropdown-menu a {
  display: block;
  padding: 5px 15px;
}

.navbar .dropdown-menu {
  right: auto;
}

.navbar .nested-option {
  padding-left: 15px;
  font-size: 0.9em;
}

.navbar .open > a {
  background-color: transparent!important;
}

footer ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

footer a {
  text-decoration: none;
  font-weight: normal;
  transition: 0.2s all;
}

footer a:hover {
  text-decoration: none;
}

footer .rights {
  font-size: 14px;
}

@media (min-width: 500px) {
  footer .rights {
    font-size: 16px;
  }
}

.navbar {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}

.navbar-brand {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-brand img {
  height: 100%;
}

.navbar .navbar-nav>li a, .navbar dropdown a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #472951;
}

.navbar .navbar-nav>li a:hover, .navbar dropdown a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #81cfe2;
}

.navbar-fixed-top .navbar-collapse {
  max-height: initial;
}

.navbar ul {
  padding: 0;
}

@media (min-width: 768px) {
  .navbar-brand-wrapper {
    padding: 8px 15px;
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: calc(100% - 650px);
    max-width: 219px;
    min-width: 135px;
    height: 100%;
  }
  .navbar-brand {
    height: 100%;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .navbar-brand img {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
  }
  .navbar-nav>li {
    padding: 45px 1vw;
  }
  .navbar-nav>li a {
    padding: 0;
  }
}

@media (min-width: 1150px) {
  .navbar-nav>li {
    padding: 45px 17.5px;
  }
}

.navbar {
  font-size: 14px;
}

@media (min-width: 1050px) {
  .navbar {
    font-size: 18px;
  }
}

.buttons li {
  padding: 10px 0;
  margin: 0 50px;
}

.buttons li:first-child a {
  background: #472951;
  color: #fff;
}

.buttons li a {
  border: 3px solid #472951;
  border-radius: 50px;
  text-align: center;
}

.navbar .buttons li a:hover {
  color: #472951;
  background: #eee;
}

@media (min-width: 768px) {
  .navbar-right.links {
    margin-right: 2%;
  }
  .buttons {
    margin-right: 2%;
  }
  .buttons li {
    padding: 30px 0;
    margin: 0 10px;
  }
  .buttons li a {
    padding: 10px 15px;
  }
}

@media (min-width: 1400px) {
  .navbar-right.links {
    margin-right: 5%;
  }
  .buttons {
    margin-right: 5%;
  }
}

footer {
  background: #472951;
  padding: 40px 20px;
  color: #8D8D8D;
  position: static;
}

footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

footer .inner:first-child {
  margin-bottom: 20px;
}

footer .inner:first-child > *:nth-child(2) {
  margin: 0 20px;
}

footer .inner:nth-child(2) > *:nth-child(1) {
  margin-right: 20px;
}

footer .logo {}

footer .logo .image {
  width: 200px;
}

footer ul {
  display: flex;
  justify-content: space-between;
}

footer .social-list {
  width: 50px;
}

footer .social-list a {
  color: #fff;
  font-size: 16px;
}

footer .social-list a:hover {
  color: #fff;
}

footer .links-list {
  width: 180px;
}

footer .rights {}

footer ul li {}

footer ul a {
  color: #8D8D8D;
  font-size: 12px;
}

footer ul a:hover {
  color: #8D8D8D;
}


/****** HOMEPAGE ******/

.homepage ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.homepage a {
  text-decoration: none;
  font-weight: normal;
  transition: 0.2s all;
}

.homepage a:hover {
  text-decoration: none;
}

.homepage {
  font-family: 'Roboto', sans-serif;
}

.homepage section {
  padding: 0;
  overflow: visible;
  position: static;
}

.homepage .title {
  line-height: normal;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.homepage .stock-photo {
  position: relative;
}

.homepage .upper, .homepage .lower {
  position: relative;
}

.homepage .upper {
  min-height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 29% 0;
  color: #fff;
}

@media (min-width: 768px) {
  .homepage .upper {
    background-position: 22% 0;
  }
}

.homepage .lower {
  background: #fff;
  /* background: #472951; */
  padding: 50px 8% 0;
}

.homepage .upper .title {
  line-height: 1.6;
  font-weight: 800;
}

.homepage .upper .floating-text {
  margin: 0 11px auto auto;
  padding: 65px 0;
  width: 42%;
  max-width: 1300px;
  text-align: center;
}

.homepage .upper .title {
  font-size: 32px;
  margin: 0 0 65px;
}

.homepage .upper .title span {
  font-size: 0.55em;
  display: block;
  margin-left: 8vwpx;
}

@media (min-width: 540px) {
  .homepage .upper .title {
    font-size: 39px;
  }
  .homepage .upper .floating-text {
    margin: 0 20px auto auto;
  }
  .homepage .upper .title span {
    font-size: 0.75em;
    display: block;
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .homepage .upper .title span:nth-child(2):after {
    content: ' ';
  }
  .homepage .upper .title span:nth-child(3):after, .homepage .upper .title span:nth-child(4):after {
    content: ', ';
  }
  .homepage .upper .title {
    font-size: 45px;
  }
  .homepage .upper .title span {
    display: inline;
  }
  .homepage .upper .floating-text {
    width: 52%;
  }
}

@media (min-width: 1024px) {
  .homepage .upper .floating-text {
    width: 59%;
  }
}

@media (min-width: 1200px) {
  .homepage .upper .title {
    font-size: 55px;
  }
}

@media (min-width: 1450px) {
  .homepage .upper .floating-text {
    width: 65%;
  }
  .homepage .upper .title {
    font-size: 67px;
  }
}

.homepage .schedule-demo {
  display: inline-block;
  width: 160px;
  line-height: 48px;
  border-radius: 50px;
  background: #81cfe2;
  border: 2px solid #81cfe2;
  font-weight: 800;
  color: #46334f;
  font-size: 18px;
}

.homepage .schedule-demo:hover {
  background: rgba(129, 207, 226, 0.92);
}

@media (min-width: 540px) {
  .homepage .schedule-demo {
    width: 204px;
  }
}

.homepage .lower .text {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}

.homepage .lower .text .schedule-demo {
  margin-bottom: 30px;
}

.homepage .lower .title {
  font-weight: 300;
  margin: 0 0 65px;
  font-size: 49px;
  color: #472951;
}

.homepage .lower p {
  color: #23031e;
  line-height: 33px;
  margin-bottom: 82px;
  font-size: 18px;
}

.homepage .purple-divider {
  height: 100px;
  width: 100%;
  background: #472951;
}

.mac {
  display: block;
  position: relative;
}

.homepage .mac {
  margin-bottom: 50px;
}

.mac .aa-video {
  position: absolute;
  top: 5.5%;
  width: 77%;
  height: 81%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.mac .aa-video iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 1000px) {
  .homepage .mac {
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 45px;
    width: 50%;
    max-width: 1229px;
  }
  .homepage .lower {
    padding: 0;
  }
  .homepage .lower .text {
    max-width: 730px;
    width: calc(50% - 110px);
    margin-top: 110px;
    margin-left: 5%;
  }
  .homepage .lower p {
    text-align: left;
    padding-left: 5px;
  }
  .homepage .lower .title {
    text-align: left;
  }
}

@media (min-width: 1300px) {
  .homepage .mac {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 45px;
    width: 60%;
    max-width: 1229px;
  }
  .homepage .lower .text {
    max-width: 730px;
    width: calc(40% - 110px);
  }
}

.homepage .mac img {
  width: 100%;
}

.homepage .how-does-it-work {
  text-align: center;
  padding: 120px 0 6.25em;
  background: #fff;
  font-size: 14px;
}

@media (min-width: 768px) {
  .homepage .how-does-it-work {
    font-size: 16px;
  }
}

.homepage .how-does-it-work > .title {
  font-size: 4.5625em;
  color: #472951;
  font-weight: 300;
  margin: 0px 0 60px;
  padding: 0 20px;
}

.homepage .how-does-it-work ul {
  display: flex;
  flex-flow: row wrap;
}

.homepage .how-does-it-work li {
  flex-shrink: 0;
  flex-grow: 1;
  width: 100vw;
  margin-bottom: 50px;
}

.homepage .how-does-it-work li .front {
  max-width: 435px;
  margin: 0 auto;
}

.homepage .how-does-it-work li .title {
  font-weight: 700;
  color: #472951;
  font-size: 1.8125em;
  margin: 42px 0 30px;
}

.homepage .how-does-it-work li .front p {
  color: #8492af;
  line-height: 36px;
  font-size: 1.375em;
  font-weight: 400;
}

.homepage .how-does-it-work a {
  width: 303px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 58px;
  border-radius: 50px;
  font-weight: 500;
  color: #0e1a35;
  font-size: 1.375em;
  border: 2px solid #8492af;
}

.homepage .how-does-it-work a:hover {
  color: #fff;
  background-color: #8492af;
}

.homepage .how-does-it-work input {
  display: none;
}

.homepage .img-wrapper {
  height: 190px;
}

.homepage .img-wrapper img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.homepage .back .number {
  margin: 80px 0 65px;
  font-family: 'Roboto', sans-serif;
  font-size: 4em;
  /*font-size: 6vw;*/
  font-weight: 500;
  color: #81cfe2;
}

@media (min-width: 510px) {
  .homepage .how-does-it-work li {
    flex-basis: 33%;
    min-width: 510px;
  }
  .homepage .back .number {
    font-size: 5.625em;
  }
}

.homepage .back .text {
  font-size: 1.5em;
  font-weight: 800;
  color: #23031e;
}

.homepage .front, .homepage .back {
  height: 0px;
  transition: 0.2s opacity;
}

.homepage .back {
  opacity: 0;
}

.homepage .how-does-it-work .inner:hover .back {
  opacity: 1;
}

.homepage .how-does-it-work .inner:hover .front {
  opacity: 0;
}

.homepage .how-does-it-work .inner {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 550px;
}

@media (min-width: 768px) {
  .homepage .how-does-it-work .inner {
    padding: 30px;
    height: 520px;
  }
}

.homepage .testimonials {
  margin: 20px 0 150px;
}

.homepage .slick-carousel-wrapper {
  color: #472a52;
  font-size: 22px;
  background: #f6f6f6;
  margin: 0 auto;
  padding: 0 70px;
  position: relative;
  border-top: 5px solid #81cfe2;
}

@media (min-width: 1200px) {
  .homepage .slick-carousel-wrapper {
    max-width: calc(100% - 150px);
  }
}

.homepage .slick-carousel-container {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-height: 500px;
}

.homepage .slick-arrow:before {
  content: '';
}

.homepage .slick-prev {
  left: -60px;
}

.homepage .slick-next {
  right: -60px;
}

@media (min-width: 900px) {
  .homepage .slick-carousel-wrapper {
    padding: 0 150px;
  }
  .homepage .slick-prev {
    left: -137px;
  }
  .homepage .slick-next {
    right: -137px;
  }
}

.homepage .slick-arrow {
  height: 70px;
  width: 50px;
}

.homepage .slick-carousel-wrapper .arrow-button {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.homepage .slick-carousel-wrapper .arrow-left {
  left: 15px;
}

.homepage .slick-carousel-wrapper .arrow-right {
  right: 15px;
}

.homepage .slick-carousel-slide.slick-carousel-slide {
  margin: 10px;
  min-height: 500px;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: normal;
}

.homepage .slick-carousel-slide:focus {
  outline: none;
}

.homepage .slick-carousel-slide p:focus {
  outline: none;
}

.homepage .slick-prev:before, .homepage .slick-next:before {
  color: #000;
}

.homepage .testimonials > .title {
  font-size: 4.5625em;
  color: #472951;
  font-weight: 300;
  margin: 0px 0 60px;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 150px;
}

.homepage .testimonials .quotes-wrapper {
  position: absolute;
  padding: 40px 35px 0;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 50%, #f6f6f6 50%, #f6f6f6 100%);
}

.homepage .testimonials .slick-dots {
  bottom: 25px;
}


/****** HOW II WORKS ******/

.how-it-works-page {
  font-family: 'Roboto', sans-serif!important;
  line-height: 1.42857143!important;
  background: #472951;
}

.how-it-works-page section {
  overflow: visible!important;
  margin-bottom: 10px!important;
  min-height: 90vw!important;
  padding: 50px 5%!important;
  display: flex!important;
  flex-wrap: wrap-reverse!important;
  align-items: center!important;
  justify-content: space-around!important;
  align-content: space-between!important;
  position: relative;
}

@media (min-width: 900px) {
  .how-it-works-page section {
    min-height: 660px!important;
  }
}

.how-it-works-page .image {
  background-size: cover!important;
  background-position: 100% 90%!important;
  flex-wrap: wrap!important;
  align-items: flex-end!important;
  align-content: flex-end!important;
  padding: 135px 0 0!important;
}

@media (min-width: 900px) {
  .how-it-works-page .image {
    height: 682px!important;
  }
}

@media (min-width: 1200px) {
  .how-it-works-page .image {
    padding: 135px 135px 0!important;
  }
}

.how-it-works-page .image h1 {
  font-family: 'Roboto', sans-serif!important;
  font-weight: 800!important;
  display: inline-block!important;
  color: #fff!important;
  margin-bottom: 50px!important;
  margin-top: 50px!important;
  font-size: 41px!important;
  white-space: nowrap!important;
  width: 100%!important;
  text-align: center!important;
  padding: 0 20px;
}

@media (min-width: 500px) {
  .how-it-works-page .image h1 {
    font-size: 67px!important;
  }
}

@media (min-width: 1350px) {
  .how-it-works-page .image h1 {
    width: auto!important;
    margin-top: 0px!important;
    margin-bottom: 195px!important;
  }
}

.how-it-works-page .image .mac-wrapper {
  position: relative!important;
  width: calc(100% - 650px)!important;
  max-width: 1024px!important;
  min-width: 80%!important;
}

@media (min-width: 700px) {
  .how-it-works-page .image .mac-wrapper {
    min-width: 650px!important;
  }
}

@media (min-width: 1280px) {
  .how-it-works-page .image .mac-wrapper {
    display: inline-block!important;
  }
}


/* 
.how-it-works-page .image .mac-wrapper img {
  width: 70%;
}

@media (min-width: 1024px) {
  .how-it-works-page .image .mac-wrapper img {
    max-width: 1024px!important;
    width: calc(100% - 650px)!important;
  }
} */

.how-it-works-page .image .mac-wrapper #howItWorksVideo {
  position: absolute!important;
  top: 5%!important;
  left: 50%!important;
  transform: translate(-50%, 0)!important;
  height: 82%!important;
  width: 76%!important;
}

.how-it-works-page .image .mac-wrapper #howItWorksVideo iframe {
  height: 100%!important;
  width: 100%!important;
}

.how-it-works-page .image .mac {
  z-index: 999!important;
  position: relative!important;
  text-align: center;
}

@media (min-width: 1350px) {
  .how-it-works-page .image .mac {
    margin-bottom: -63px!important;
  }
}

.how-it-works-page section {
  display: flex!important;
}

.how-it-works-page section .left, .how-it-works-page section .right {
  width: 100%!important;
}

.how-it-works-page .right {
  max-width: 710px!important;
  margin-bottom: 50px!important;
}

.how-it-works-page section .left {
  text-align: center!important;
}

@media (min-width: 650px) {
  .how-it-works-page section .left {
    max-width: 1400px!important;
    display: flex!important;
    align-items: flex-start!important;
    padding-right: 7%!important;
    text-align: left!important;
  }
}

.how-it-works-page section .left h2 {
  font-family: 'Roboto', sans-serif!important;
  line-height: 1.1!important;
  color: #5fc0d8!important;
}

@media (min-width: 1600px) {
  .how-it-works-page section .left {
    width: 65%!important;
  }
  .how-it-works-page section .right {
    width: 35%!important;
  }
}

.how-it-works-page .left {
  font-size: 12px!important;
}

@media (min-width: 1400px) {
  .how-it-works-page .left {
    font-size: 16px!important;
  }
}

.how-it-works-page .left h2 {
  font-size: 3.875em!important;
  margin-top: 0!important;
}

.how-it-works-page section .icon {
  line-height: 1!important;
  height: 70px;
  width: 70px;
  margin-bottom: 10px!important;
}

@media (min-width: 650px) {
  .how-it-works-page section .icon {
    margin-right: 30px!important;
  }
}

.how-it-works-page .optimize .icon {
  /* margin-top: -14px; */
}

.how-it-works-page .express .icon, .how-it-works-page .compare .icon, .how-it-works-page .implement .icon {
  /* margin-top: -10px; */
}

.how-it-works-page .left .undertitle {
  color: #472951!important;
  font-size: 1.5625em!important;
  font-weight: 800!important;
}

@media (min-width: 650px) {
  .how-it-works-page section .left {
    text-align: left!important;
  }
}

.how-it-works-page .left .text {
  font-size: 15px!important;
}

.how-it-works-page .left .section-body {
  width: 100%!important;
}

@media (min-width: 650px) {
  .how-it-works-page .left .section-body {
    width: calc(100% - 50px)!important;
  }
}

.how-it-works-page .right iframe {
  height: 343px;
  max-height: 45vw;
  width: 100%!important;
}

.how-it-works-page .right img {
  width: 100%!important;
}

@media (min-width: 1375px) {
  .how-it-works-page .aggregate {
    padding-top: 140px!important;
  }
}

.how-it-works-page section:not(:first-child) {
  background: #fff!important;
}


/****** PLACE YOUR CUSTOM STYLES HERE ******/

.err-lg-padding {
  padding-top: 32px;
  padding-bottom: 32px;
}

.youtube-img {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: solid 1px lightgrey;
}

.youtube-wrapper {
  background: #cd201f;
  width: 180px;
  height: 138px;
  border-radius: 25px;
  padding-top: 33px;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.youtube-wrapper:hover {
  background: rgba(0, 0, 0, 0.55);
}

.youtube-tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 60px;
  border-color: transparent transparent transparent #ffffff;
  margin: 0 66px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: left;
  /* adjust as needed */
  color: #472951;
  /* adjust as needed */
  vertical-align: center;
  line-height: 25px;
}

.accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}

.accordion-toggle h3 {
  display: table-cell;
  width: 100%;
  text-indent: 10px;
}

.page-title {
  background: #472951;
}


/* CONTACT US */

.contact-us {
  padding-bottom: 50px;
  font-family: 'Roboto', sans-serif;
}

.contact-us .bg-secondary h2 {
  margin: 20px 0 20px 0;
  color: #65afe4;
  font-weight: normal;
}

.contact-us .bg-secondary p:nth-child(2n-1) {
  font-size: 14px;
  font-weight: 600;
  color: #472951;
  margin: 0;
}

.contact-us .bg-secondary p:nth-child(2n) {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 20px;
}

.background-image-holder {
  background: transparent!important;
}

.who-we-serve .content {
  margin-top: 15px;
  font-family: Roboto;
}

.who-we-serve .container .serve-buttons {
  margin-top: 95px;
  margin-left: 10px;
}

.who-we-serve .container .btn {
  font-size: 18px;
  padding: 15px;
  font-family: Roboto;
  height: 200px;
  width: 300px;
  color: #472951;
  border: 2px solid #472951;
  text-transform: none;
}

.who-we-serve .container .btn:hover {
  /*color: #81cfe2;*/
  background: #eee;
}

.who-we-serve .container i {
  font-size: 125px;
  margin-bottom: 10px;
}

.who-we-serve .content span {
  display: block;
  font-weight: bold;
}

.individual-investors .content {
  font-family: Roboto;
}

.individual-investors .content .indiv-graph {
  width: 100%;
  height: auto;
}

.content ul {
  list-style-type: disc;
  margin-left: 20px;
}

.alternative-investments .content ul {
  margin-bottom: 0px;
}

.alternative-investments-background .aa-title {}

.alternative-investments-background table {
  width: 100%;
}

.alternative-investments-background section {
  padding: 40px 30px 30px!important;
}

.financial-advisors .content {
  font-family: Roboto;
}

.enterprise .content {
  font-family: Roboto;
}

.alternative-investments {
  font-size: 15px;
}

.alternative-investments .content {
  font-family: Roboto;
  padding: 65px 15px 15px;
  max-width: 1750px;
  margin: 0 auto;
}

.alternative-investments .content li strong {
  font-size: 18px;
}

.alternative-investments .content strong {
  font-size: 30px;
}

@media (min-width: 768px) {
  .alternative-investments .text-right {
    white-space: nowrap;
  }
}

.alternative-investments .top {
  margin-bottom: 100px;
  line-height: 1.1;
}

.alternative-investments .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  line-height: 1.1;
}

.alternative-investments .bottom .box-wrapper {
  margin-bottom: 50px;
  width: 25%;
  max-width: 350px;
  min-width: 250px;
}

.alternative-investments .top .box-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.alternative-investments .box-wrapper {
  font-size: 35px;
  text-align: center;
  color: #472951;
  padding: 0 20px;
}

.alternative-investments .box {
  height: 100%;
}

.alternative-investments .box a {
  height: 100%;
}

.alternative-investments .box a {
  display: inline-block;
  width: 160px;
  line-height: 48px;
  border-radius: 50px;
  background: #81cfe2;
  border: 2px solid #81cfe2;
  font-weight: 800;
  color: #46334f;
  font-size: 18px;
}

.alternative-investments .box a:hover {
  background: rgba(129, 207, 226, 0.92);
}

.alternative-investments .box-image {
  width: 100%;
  /* margin-bottom: 20px; */
}

.alternative-investments .top .box-image img {
  max-height: 350px;
}

.alternative-investments .bottom .box-image {
  height: 230px;
}

.alternative-investments .mac {
  width: 85%;
  margin: 0 auto 0px;
}

@media (min-width: 991px) {
  .alternative-investments .mac {
    width: 50%;
    margin: 0 auto 0px;
  }
}

.content-image {
  max-height: 200px;
  display: block;
  margin: 50px auto 20px;
}

.who-we-serve .page-title {
  height: 400px;
  max-height: 65vw;
  background-size: cover;
  text-align: right;
}

.who-we-serve .page-title .container {
  top: 70%;
  padding-right: 40px;
}

.who-we-serve .content {
  line-height: 1.4;
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.who-we-serve .top {
  max-width: 1450px;
  margin: 0 auto 50px;
}

@media (min-width: 1150px) {
  .who-we-serve .top {
    margin: 0 auto 100px;
  }
}

.who-we-serve .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.who-we-serve .bottom .box-wrapper {
  margin-bottom: 50px;
  width: 33%;
  max-width: 450px;
  min-width: 300px;
}

.who-we-serve .top .box-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.who-we-serve .box-wrapper {
  font-size: 25px;
  text-align: center;
  color: #472951;
  padding: 0 20px;
}

.who-we-serve .box {}

.who-we-serve .box-image {
  margin: 0 auto 20px;
}

.who-we-serve .top .lead {
  line-height: 1.4;
}

.who-we-serve .top .lead:first-child {
  font-size: 18px;
}

.who-we-serve .top .lead:last-child {
  font-size: 15px;
}

@media (min-width: 800px) {
  .who-we-serve .top .lead:first-child {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .who-we-serve .top .lead:last-child {
    font-size: 22px;
  }
}

.page-title h1 {
  font-weight: 800;
}

.post-title h4 {
  font-weight: 800;
}

.insights-page section {
  padding: 100px 0;
}

.insights-page .content-row {
  text-align: center;
}

.insights-page .box-wrapper:not(:last-child) {
  margin-bottom: 50px;
}

.media-page .post-snippet p {
  font-size: 15px;
  line-height: 1.42857143;
}

.media-page .post-title a {
  color: #472951 !important
}

.media-page .side-bar h2 {
  color: #5fc0d8!important;
}

.media-page .side-bar > .row {
  margin-bottom: 15px;
}

.media-page .side-bar .row hr {
  margin-top: 25px;
}
.media-page .video-container {
  padding: 0px;
  margin-bottom: 15px;
  height: 300px;
}
.media-page .video-container.audio-only {
  height: 200px;
}
.media-page .video-container iframe {
}

.aa-title-cyan {
  font-family: 'Roboto', sans-serif!important;
  line-height: 1.1!important;
  font-size: 62px!important;
  font-weight: normal!important;
  color: #5fc0d8!important;
}

@media (max-width: 500px) {
  .aa-title-cyan {
    font-size: 40px!important;
  }
  .expandables .expandable-text.expandable-text {
    text-align: justify;
  }
  .expandables .expandable-text.expandable-text .aa-undertitle {
    text-align: left;
  }
}

.aa-title-cyan-small {
  font-family: 'Roboto', sans-serif!important;
  line-height: 1.1!important;
  font-size: 36px!important;
  font-weight: normal!important;
  color: #5fc0d8!important;
}


/* 
@media (max-width: 500px) {
  .expandables .aa-title-cyan-small {
    font-size: 40px!important;
  }
} */

.aa-undertitle {
  color: #472951;
  font-size: 19px;
}

.aa-text {
  font-size: 15px;
  color: #333;
}

.aa-text-big {
  font-size: 22px;
}

.aa-text-bigger {
  font-size: 18px;
}

.publications-page .color-primary {
  margin: 25px 0;
  line-height: 1.1;
}

.publications-page section {
  padding: 20px 0;
}

.presentations-page .page-title {
  margin-bottom: 35px;
}

.presentations-page .glyphicon {
  vertical-align: -3px;
}

.markets-page .video-container {
  margin-bottom: 20px;
}

.markets-page #video2 {
  width: 400px;
  padding-bottom: 25%;
  margin: 0 auto 20px;
}

.conversations-page #video16 {
  width: 400px;
  padding-bottom: 25%;
  margin: 0 auto 20px;
}

.normalize-gunmetal {
  line-height: 1.42857143;
}

.normalize-gunmetal h1 {
  line-height: 1.1;
}

.normalize-gunmetal h3 {
  line-height: 1.42857143;
}

.enterprise-page {
  font-size: 15px;
  width: 100%;
  line-height: 1.42857143!important;
}

.enterprise-page .container-fluid {
  max-width: 1720px;
  padding-left: 25px;
  padding-right: 25px;
}

.enterprise-page p.sub {
  font-size: 22px;
}

.enterprise-page p.head {
  font-size: 22px;
  font-weight: 500;
}

@media (min-width: 600px) {
  .enterprise-page p.head {
    font-size: 28px;
  }
  .enterprise-page p.sub {
    font-size: 18px;
  }
}

.enterprise-page .title {
  padding: 60px 0;
  background: #472951;
  color: #fff;
}

.enterprise-page .title h1 {
  /* text-align: center; */
  font-weight: 800;
}

.enterprise-page .title p {
  text-align: justify;
  width: 100%;
}

.enterprise-page .title .mac {
  /* height: 130px; */
  text-align: center;
}

.enterprise-page .title .mac img {
  height: auto;
  max-width: 500px;
}

@media (min-width: 768px) {
  .enterprise-page .title h1 {
    margin-bottom: 0;
  }
  .enterprise-page .title .mac {
    height: 130px;
  }
  .enterprise-page .title .mac img {
    height: auto;
    max-width: 500px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.enterprise-page .title .container-fluid .row, .enterprise-page .graph .row, .enterprise-page .text-and-mac {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.enterprise-page .steps p {
  font-weight: 500;
}

.enterprise-page h1 {
  font-size: 60px;
}

.enterprise-page .title p {
  font-size: 22px;
}

.enterprise-page .title-h1 {
  /* text-align: center; */
}

@media (min-width: 600px) {
  .enterprise-page .title-h1 {
    /* min-width: 500px; */
  }
  .enterprise-page h1 {
    font-size: 80px;
  }
}

.enterprise-page .graph {
  padding-top: 75px;
  padding-bottom: 0px;
  color: #472a52;
  font-size: 26px;
  font-weight: 500;
}

.enterprise-page .graph p {
  margin-bottom: 30px;
  font-weight: 500;
}

.enterprise-page img {
  width: 100%;
  height: 100%;
}

.enterprise-page .steps {
  background: #f0e9fb;
  padding: 60px 0 70px;
  color: #472951;
}

.enterprise-page .steps h2 {
  font-size: 60px;
  font-weight: 200;
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .enterprise-page .steps h2 {
    font-size: 100px;
  }
}

.enterprise-page .steps p {
  font-size: 24px;
}

.enterprise-page .we-create {
  font-size: 18px;
  margin-bottom: 30px;
}

.enterprise-page .steps h3 {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: #5fc2d9;
  margin-left: -20px;
  padding: 10px 20px 10px 30px;
  border-radius: 0 50px 50px 0;
}

@media (min-width: 1600px) {
  .enterprise-page .steps h3 {
    font-size: 32px;
  }
}

.enterprise-page .steps .number {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #5fc2d9;
  width: 100px;
  min-width: 100px;
  line-height: 100px;
  border-radius: 50px;
  text-align: center;
  z-index: 1;
}

.enterprise-page .steps .header {
  display: flex;
  align-items: center;
}

.enterprise-page .middle-title h2 {
  font-size: 60px;
  font-weight: 100;
  line-height: 1.4;
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 1024px) {
  .enterprise-page .middle-title h2 {
    font-size: 100px;
  }
}

.expandables {}

.expandables label {
  margin: 0;
  cursor: pointer;
}

.expandables ul {
  list-style-type: square;
  margin-left: 25px;
}

.expandables li {
  margin-bottom: 10px;
}

.expandable-section h3 {
  color: #5fc2d9;
  font-size: 36px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.expandable-section label {
  width: 100%;
}

.expandables input:not(:checked) + .expandable-section .expandable-text {
  margin-top: 0;
}

@media (min-width: 600px) {
  .expandable-section h3 {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .expandable-section .expandable-text {
    margin-top: 20px;
  }
  .expandable-section h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
  }
}

@media (min-width: 1250px) {
  .expandable-section h3 {
    font-size: 48px;
    padding-left: 0px;
  }
}

.expandable-section {}

.expandable-section .expandable-text {
  text-align: left;
}

@media (min-width: 768px) {
  .expandable-section {
    text-align: left;
  }
  .expandable-section h3 {
    margin-top: 8px;
  }
}

.expand-button-wrapper {
  display: flex;
  align-items: center;
  color: #fff;
  background: #5fc2d9;
  border-radius: 85px;
  height: 85px;
  line-height: 85px;
  width: 85px;
  align-content: center;
  text-align: center;
  margin: 0 auto 0;
}

.expand-button {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 110px;
  font-weight: 100;
  border: none;
  background: none;
  margin-bottom: 0;
}

.expandable-section .expandable-text {
  transition: 0.5s max-height, 0.3s opacity, 0.5s margin;
  opacity: 1;
  overflow: hidden;
}

.expandables input:not(:checked) + .expandable-section .expandable-text {
  max-height: 0;
  opacity: 0;
}

.expandables .expand-button {
  position: relative;
}

.expandables .horiz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 3px;
  width: 65%;
}

.expandables .vert {
  transition: 0.2s height;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 65%;
  width: 3px;
}

.expandables input:checked + .expandable-section .vert {
  height: 0px;
}

.enterprise-page .expandable-text-1 {
  max-height: 950px;
}

.enterprise-page .expandable-text-2 {
  max-height: 360px;
}

.enterprise-page .expandable-text-3 {
  max-height: 300px;
}

.enterprise-page .expandable-text-4 {
  max-height: 340px;
}

.enterprise-page .expandable-text-5 {
  max-height: 160px;
}

.enterprise-page .expandable-text-6 {
  max-height: 180px;
}

.enterprise-page .expandable-text-7 {
  max-height: 240px;
}

.enterprise-page .expandable-text-8 {
  max-height: 640px;
}

@media (min-width: 768px) {
  .enterprise-page .expandable-text-1 {
    max-height: 600px;
  }
  .enterprise-page .expandable-text-2 {
    max-height: 210px;
  }
  .enterprise-page .expandable-text-3 {
    max-height: 190px;
  }
  .enterprise-page .expandable-text-4 {
    max-height: 190px;
  }
  .enterprise-page .expandable-text-5 {
    max-height: 120px;
  }
  .enterprise-page .expandable-text-6 {
    max-height: 120px;
  }
  .enterprise-page .expandable-text-7 {
    max-height: 140px;
  }
  .enterprise-page .expandable-text-8 {
    max-height: 350px;
  }
}

@media (min-width: 1200px) {
  .enterprise-page .expandable-text-1 {
    max-height: 480px;
  }
  .enterprise-page .expandable-text-2 {
    max-height: 140px;
  }
  .enterprise-page .expandable-text-3 {
    max-height: 120px;
  }
  .enterprise-page .expandable-text-4 {
    max-height: 140px;
  }
  .enterprise-page .expandable-text-5 {
    max-height: 100px;
  }
  .enterprise-page .expandable-text-6 {
    max-height: 100px;
  }
  .enterprise-page .expandable-text-7 {
    max-height: 120px;
  }
  .enterprise-page .expandable-text-8 {
    max-height: 230px;
  }
}

.enterprise-page input {
  display: none;
}

.advisors-page {}

.enterprise-page .graph p {
  text-align: center;
}

.individuals-page {
  font-size: 15px;
  width: 100%;
}

.individuals-page .container-fluid {
  max-width: 1720px;
  padding-left: 25px;
  padding-right: 25px;
}

.expandables {
  padding: 50px 0;
}

.individuals-page .title {
  padding: 35px 0;
  background: #472951;
  color: #fff;
}

.individuals-page .title h1 {
  font-weight: 800;
}

.individuals-page .title p {
  text-align: justify;
  width: 100%;
}

.individuals-page .title .mac {
  display: none;
  height: 180px;
}

@media (min-width: 1500px) {
  .individuals-page .title h1 {
    text-align: center;
  }
  .individuals-page .title .mac {
    display: inline-block;
  }
  .individuals-page .title p {
    /* width: calc(100% - 520px); */
  }
}

.individuals-page .title .mac img {
  height: 300px;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.individuals-page .title .container-fluid .row, .individuals-page .graph .row, .individuals-page .text-and-mac {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.individuals-page .steps p {
  font-weight: 500;
}

.individuals-page h1 {
  font-size: 60px;
}

.individuals-page .title p {
  font-size: 22px;
}

@media (min-width: 600px) {
  .individuals-page .title-h1 {
    /* min-width: 500px; */
  }
  .individuals-page h1 {
    font-size: 80px;
  }
}

.individuals-page .graph {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #472a52;
  font-size: 26px;
}

.individuals-page .graph p {
  margin-bottom: 0px;
  font-weight: 500;
}

.individuals-page .graph .footnote {
  font-size: 12px;
  color: #888;
}

.individuals-page img {
  margin-top: 30px;
  width: 100%;
  height: 100%;
}

.individuals-page .steps {
  background: #f0e9fb;
  padding: 60px 0 70px;
  color: #472951;
}

.individuals-page .steps h2 {
  font-size: 60px;
  font-weight: 200;
  margin-bottom: 50px;
}

@media (min-width: 800px) {
  .individuals-page .steps h2 {
    font-size: 100px;
  }
}

.individuals-page .steps p {
  font-size: 24px;
}

.individuals-page .we-create {
  font-size: 18px;
  margin-bottom: 30px;
}

.individuals-page .steps h3 {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: #5fc2d9;
  margin-left: -50px;
  padding: 10px 20px 10px 60px;
  border-radius: 50px;
}

@media (min-width: 1600px) {
  .individuals-page .steps h3 {
    font-size: 32px;
  }
}

.individuals-page .steps .number {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #5fc2d9;
  width: 100px;
  min-width: 100px;
  line-height: 100px;
  border-radius: 50px;
  text-align: center;
}

.individuals-page .steps .header {
  display: flex;
  align-items: center;
}

.individuals-page .middle-title h2 {
  font-size: 60px;
  font-weight: 100;
  line-height: 1.4;
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 1024px) {
  .individuals-page .middle-title h2 {
    font-size: 100px;
  }
}


/* 
.individuals-page .expandables {
  margin-bottom: 80px;
}

.individuals-page .expandables ul {
  list-style-type: square;
  margin-left: 25px;
}

.individuals-page .expandables li {
  margin-bottom: 20px;
}

.individuals-page .expandable-section h3 {
  color: #5fc2d9;
  font-size: 36px;
  font-weight: 800;
  margin: 80px 0 30px;
  padding-left: 10px;
  text-align: left;
}

@media (min-width: 600px) {
  .individuals-page .expandable-section h3 {
    font-size: 56px;
    padding-left: 15px;
  }
}

.individuals-page .expandable-section {
  font-size: 24px;
  color: #472951;
}

.individuals-page .expand-button-wrapper {
  display: flex;
  align-items: center;
  color: #fff;
  background: #5fc2d9;
  border-radius: 85px;
  height: 85px;
  line-height: 85px;
  width: 85px;
  align-content: center;
  text-align: center;
  margin: 60px auto 0;
}

@media (min-width: 600px) {
  .individuals-page .expand-button-wrapper {
    margin: 67px auto 0;
  }
}

.individuals-page .expand-button {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 110px;
  font-weight: 100;
  border: none;
  background: none;
  margin-bottom: 0;
}

.individuals-page .expandable-section .expandable-text {
  transition: 0.5s max-height, 0.7s opacity;
  opacity: 1;
  overflow: hidden;
}

.individuals-page .expandables input:not(:checked) + .expandable-section .expandable-text {
  max-height: 0;
  opacity: 0;
}

.individuals-page .expandables .expand-button {
  position: relative;
}

.individuals-page .expandables .horiz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 3px;
  width: 65%;
}

.individuals-page .expandables .vert {
  transition: 0.2s height;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 65%;
  width: 3px;
}

.individuals-page .expandables input:checked + .expandable-section .vert {
  height: 0px;
} */

.individuals-page .expandable-text-1 {
  max-height: 550px;
}

.individuals-page .expandable-text-2 {
  max-height: 690px;
}

.individuals-page .expandable-text-3 {
  max-height: 1520px;
}

@media (min-width: 768px) {
  .individuals-page .expandable-text-1 {
    max-height: 330px;
  }
  .individuals-page .expandable-text-2 {
    max-height: 390px;
  }
  .individuals-page .expandable-text-3 {
    max-height: 710px;
  }
}

@media (min-width: 1200px) {
  .individuals-page .expandable-text-1 {
    max-height: 270px;
  }
  .individuals-page .expandable-text-2 {
    max-height: 290px;
  }
  .individuals-page .expandable-text-3 {
    max-height: 500px;
  }
}

.individuals-page input {
  display: none;
}

.advisors-page .graph p {
  font-weight: 500;
}

.advisors-page .expandables {
  padding-top: 35px;
}

.advisors-page .expandable-text-1 {
  max-height: 440px;
}

.advisors-page .expandable-text-2 {
  max-height: 400px;
}

.advisors-page .expandable-text-3 {
  max-height: 560px;
}

.advisors-page .expandable-text-4 {
  max-height: 180px;
}

.advisors-page .expandable-text-5 {
  max-height: 660px;
}

.advisors-page .expandable-text-6 {
  max-height: 660px;
}

.advisors-page .expandable-text-7 {
  max-height: 500px;
}

.advisors-page .expandable-text-8 {
  max-height: 520px;
}

.advisors-page .expandable-text-9 {
  max-height: 1140px;
}

@media (min-width: 768px) {
  .advisors-page .expandable-text-1 {
    max-height: 250px;
  }
  .advisors-page .expandable-text-2 {
    max-height: 230px;
  }
  .advisors-page .expandable-text-3 {
    max-height: 310px;
  }
  .advisors-page .expandable-text-4 {
    max-height: 120px;
  }
  .advisors-page .expandable-text-5 {
    max-height: 350px;
  }
  .advisors-page .expandable-text-6 {
    max-height: 350px;
  }
  .advisors-page .expandable-text-7 {
    max-height: 270px;
  }
  .advisors-page .expandable-text-8 {
    max-height: 290px;
  }
  .advisors-page .expandable-text-9 {
    max-height: 740px;
  }
}

@media (min-width: 991px) {
  .expandable-section >:last-child {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .advisors-page .expandable-text-1 {
    max-height: 170px;
  }
  .advisors-page .expandable-text-2 {
    max-height: 170px;
  }
  .advisors-page .expandable-text-3 {
    max-height: 210px;
  }
  .advisors-page .expandable-text-4 {
    max-height: 100px;
  }
  .advisors-page .expandable-text-5 {
    max-height: 230px;
  }
  .advisors-page .expandable-text-6 {
    max-height: 230px;
  }
  .advisors-page .expandable-text-7 {
    max-height: 190px;
  }
  .advisors-page .expandable-text-8 {
    max-height: 210px;
  }
  .advisors-page .expandable-text-9 {
    max-height: 550px;
  }
}


/* .private-equity-page .expandable-section h3 {
  margin-top: 0px;
} */


/* 
.advisors-page .expandable-section h3 {
  font-size: 36px;
}

@media (min-width: 768px) {
  .advisors-page .expandable-section h3 {
    font-size: 60px;
  }
} */

.private-equity-page .expandable-text-1 {
  max-height: 620px;
}

.private-equity-page .expandable-text-2 {
  max-height: 620px;
}

.private-equity-page .expandable-text-3 {
  max-height: 280px;
}

@media (min-width: 768px) {
  .private-equity-page .expandable-text-1 {
    max-height: 330px;
  }
  .private-equity-page .expandable-text-2 {
    max-height: 330px;
  }
  .private-equity-page .expandable-text-3 {
    max-height: 190px;
  }
}

@media (min-width: 1200px) {
  .private-equity-page .expandable-text-1 {
    max-height: 230px;
  }
  .private-equity-page .expandable-text-2 {
    max-height: 230px;
  }
  .private-equity-page .expandable-text-3 {
    max-height: 120px;
  }
}

.hedge-funds-page .expandable-text-1 {
  max-height: 1110px;
}

.hedge-funds-page .expandable-text-2 {
  max-height: 530px;
}

.hedge-funds-page .expandable-text-3 {
  max-height: 2270px;
}

@media (min-width: 768px) {
  .hedge-funds-page .expandable-text-1 {
    max-height: 580px;
  }
  .hedge-funds-page .expandable-text-2 {
    max-height: 300px;
  }
  .hedge-funds-page .expandable-text-3 {
    max-height: 1170px;
  }
}

@media (min-width: 1200px) {
  .hedge-funds-page .expandable-text-1 {
    max-height: 440px;
  }
  .hedge-funds-page .expandable-text-2 {
    max-height: 220px;
  }
  .hedge-funds-page .expandable-text-3 {
    max-height: 810px;
  }
}

.real-estate-page .expandable-text-1 {
  max-height: 760px;
}

.real-estate-page .expandable-text-2 {
  max-height: 800px;
}

.real-estate-page .expandable-text-3 {
  max-height: 960px;
}

@media (min-width: 768px) {
  .real-estate-page .expandable-text-1 {
    max-height: 420px;
  }
  .real-estate-page .expandable-text-2 {
    max-height: 420px;
  }
  .real-estate-page .expandable-text-3 {
    max-height: 550px;
  }
}

@media (min-width: 1200px) {
  .real-estate-page .expandable-text-1 {
    max-height: 270px;
  }
  .real-estate-page .expandable-text-2 {
    max-height: 270px;
  }
  .real-estate-page .expandable-text-3 {
    max-height: 400px;
  }
}

.managed-futures-page .expandable-text-1 {
  max-height: 1590px;
}

.managed-futures-page .expandable-text-2 {
  max-height: 610px;
}

.managed-futures-page .expandable-text-3 {
  max-height: 710px;
}

.managed-futures-page .expandable-text-4 {
  max-height: 300px;
}

.managed-futures-page .expandable-text-5 {
  max-height: 620px;
}

@media (min-width: 768px) {
  .managed-futures-page .expandable-text-1 {
    max-height: 850px;
  }
  .managed-futures-page .expandable-text-2 {
    max-height: 340px;
  }
  .managed-futures-page .expandable-text-3 {
    max-height: 390px;
  }
  .managed-futures-page .expandable-text-4 {
    max-height: 190px;
  }
  .managed-futures-page .expandable-text-5 {
    max-height: 310px;
  }
}

@media (min-width: 1200px) {
  .managed-futures-page .expandable-text-1 {
    max-height: 550px;
  }
  .managed-futures-page .expandable-text-2 {
    max-height: 220px;
  }
  .managed-futures-page .expandable-text-3 {
    max-height: 260px;
  }
  .managed-futures-page .expandable-text-4 {
    max-height: 120px;
  }
  .managed-futures-page .expandable-text-5 {
    max-height: 230px;
  }
}

.background-page .expandable-text-1 {
  max-height: 1150px;
}

.background-page .expandable-text-2 {
  max-height: 640px;
}

.background-page .expandable-text-3 {
  max-height: 640px;
}

.background-page .expandable-text-4 {
  max-height: 1920px;
}

.background-page .expandable-text-5 {
  max-height: 1250px;
}

.background-page .expandable-text-6 {
  max-height: 1320px;
}

.background-page .expandable-text-7 {
  max-height: 3200px;
}

@media (min-width: 768px) {
  .background-page .expandable-text-1 {
    max-height: 690px;
  }
  .background-page .expandable-text-2 {
    max-height: 380px;
  }
  .background-page .expandable-text-3 {
    max-height: 380px;
  }
  .background-page .expandable-text-4 {
    max-height: 880px;
  }
  .background-page .expandable-text-5 {
    max-height: 870px;
  }
  .background-page .expandable-text-6 {
    max-height: 730px;
  }
  .background-page .expandable-text-7 {
    max-height: 1930px;
  }
}

@media (min-width: 1200px) {
  .background-page .expandable-text-1 {
    max-height: 480px;
  }
  .background-page .expandable-text-2 {
    max-height: 310px;
  }
  .background-page .expandable-text-3 {
    max-height: 340px;
  }
  .background-page .expandable-text-4 {
    max-height: 710px;
  }
  .background-page .expandable-text-5 {
    max-height: 790px;
  }
  .background-page .expandable-text-6 {
    max-height: 540px;
  }
  .background-page .expandable-text-7 {
    max-height: 1440px;
  }
}

.background-page .expandables {
  margin-top: 30px;
  margin-bottom: 40px;
}

.background-page br {
  display: block;
}

.background-page ul {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .background-page .expandable-section h3 {
    font-size: 50px;
  }
}

.background-page td {
  line-height: 1.1!important;
}

.background-page tr:first-child td .background-page table {
  width: 100%;
}

.background-page table {
  width: 100%;
  text-align: left;
}

.background-page table p {
  margin-bottom: 0px;
  padding: 10px 0 10px 10px;
}

.background-page table li {
  margin-bottom: 0px!important;
}

.private-equity-page ul ul {
  list-style-type: disc!important;
  margin-left: 40px!important;
}

.mac.sound .glyphicon {
  position: absolute;
  top: 72%;
  height: 20px;
  width: 20px;
  font-size: 22px;
  left: 5px;
  z-index: 1000;
}

@media (min-width: 600px) {
  .mac.sound .glyphicon {
    font-size: 30px;
  }
}