body {
  font-size: 15px;
  overflow-x: hidden !important;
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url(../fonts/SFPRODISPLAYREGULAR.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'SF Pro Display';
  src: url(../fonts/SFPRODISPLAYMEDIUM.woff) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: 'SF Pro Display';
  src: url(../fonts/SFPRODISPLAYBOLD.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: 'SF Pro Display';
  src: url(../fonts/SFPRODISPLAYHEAVY.woff) format("woff");
  font-weight: 900;
  font-style: normal
}

p,
h1,
h2,
h3,
h4,
h5,
a,
ul li {
  font-family: 'SF Pro Display';
}


#header-email {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 99;
  width: 300px;
}

#header-email a {
  color: #fff;
  text-transform: uppercase;
  /*letter-spacing: 0.1em;*/
  font-size: 0.8rem;
  font-weight: 900;
}

.socials-media {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  max-width: 200px;
  left: 0;
  background: rgba(255, 255, 255, 1);
}

.socials-media ul {
  list-style: none;
  margin: 0;
  padding: 5px
}

.socials-media ul li a img {
  width: 35px;
  padding: 5px
}

#title {
  position: relative;
}

#title .overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 99.2%;
  z-index: 9
}

#title .background-slider .slides {
  /* background: url('../../images/titleBackground.jpg'); */
  background-size: cover !important;
  height: 850px;
  background-position: center !important;
}

#title .logo {
  max-width: 200px;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%
}

#title .headline {
  position: absolute;
  z-index: 10;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
  right: 0
}

#title .find-more {
  position: absolute;
  z-index: 10;
  bottom: 20%;
  left: 0;
  right: 0
}

#title .headline h1 {
  font-size: 2rem;
  margin: 13rem 0;
  font-family: 'SF Pro Display';
  font-weight: 700;
  margin: 7rem;
  padding-bottom: 160px;
}

#title .find-more .button {
  background: none;
  text-transform: uppercase;
  border-radius: 2rem;
  font-weight: 900;
  border: 1px solid #fff;
  font-size: 0.7rem;
  padding: 20px 30px;
  margin-bottom: 2em;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
}

#title .arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 11;
  cursor: pointer;
}

#title .arrows-down {
  /*width: 30px;
 height: 42px; */
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0px;
}

.arrows-down path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
  {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.arrows-down path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */
}

.arrows-down path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */
}

.arrows-down path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}

#title .background-slider .slick-dots {
  text-align: right;
  right: 40px;
  bottom: 40px;
  z-index: 10
}

#title .slide-wraper .arrow-right {
  right: 40px
}

#title .slide-wraper .arrow-left {
  left: 40px
}

#title .slide-wraper .arrow img {
  width: 40px
}


/* #title .background-slider .slick-dots li button {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;

} */

.menu#navbar {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 9999
}

.scroll#navbar {
  position: fixed;
  transition: top 0.3s;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;

}

#navbar span {
  color: #fff;
  font-family: 'SF Pro Display';
  padding: 10px 15px
}

nav {
  background: #fff;
  border-bottom: 1px solid #eee;
}

nav.affix {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999;
  max-width: 2560px;
  margin: 0 auto
}

nav ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline;
}

nav ul li a {
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.8rem;
  padding: 1rem;
  /*letter-spacing: 0.1em;*/
  color: #000;
  font-family: 'SF Pro Display';
}

nav ul li a:hover {
  color: #B3E6B3
}

#cookie-bar p {
  font-family: 'SF Pro Display' !important;
}

#cookie-bar .cb-enable {
  font-family: 'SF Pro Display' !important;
}

#cookie-bar .cb-disable {
  font-family: 'SF Pro Display' !important;
}

#projects {
  padding: 7rem 0 0 0;
}

#projects h2 {
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1rem;
  margin-bottom: 1rem;
}

#projects h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #B3E6B3;
}

#projects .projects-slides {
  margin-top: 7rem;
  margin-bottom: 3rem;
  /* max-width: 1800px;
  margin-left: auto;
  margin-right: auto; */
}

#projects .projects-slides .slide {
  position: relative;
  padding-bottom: 100px;
}

#projects .projects-slides .slide .grid-container {
  padding-left: 100px;
  position: relative;
}

#projects .projects-slides .slide .caption {
  position: absolute;
  bottom: -2.5rem;
  width: 33.33%;
  background: rgba(0, 10, 255, 0.77);
  padding: 35px 45px;
  color: #fff;
}

#projects .projects-slides .slide .caption h4 {
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

#projects .projects-slides .slide .caption p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-family: 'SF Pro Display';
}

#projects .slick-slide {
  margin-right: 60px;
}

#projects .slick-list {
  margin-right: -60px;
  padding: 0 10% 0 0 !important;
}

#projects .projects {
  position: relative;
}

#projects .slick-slide img {
  width: 100%
}

#projects .projects .controls {
  position: absolute;
  background: #fff;
  z-index: 9;
  top: 40%;
  transform: translateY(-50%);
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  line-height: 80px;
  text-align: center;
  right: 200px
}

#projects .projects .controls img {
  width: 10px;
  position: relative;
}

#projects .projects .controls .projects-button-left {
  left: -20px;
  cursor: pointer;
}

#projects .projects .controls .projects-button-right {
  right: -20px;
  cursor: pointer;
}

#testimonials {
  padding: 0 0 7rem 0;
}

#testimonials h2 {
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1rem;
  margin-bottom: 1rem;
}

#testimonials .slide-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#testimonials .slide-wrap .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}

#testimonials .slide-wrap .arrow img {
  width: 80px
}

#testimonials .slide-wrap .arrow-right {
  right: 0px
}

#testimonials .slide-wrap .arrow-left {
  left: 0px
}

#testimonials .slide-wrap .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#testimonials .slide-wrap .slick-disabled {
  display: none;
  pointer-events: none;
}

#testimonials .slide-wrap .slick-dots li button::before {
  font-family: slick;
  /* font-size: 40px; */
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  /* width: 40px;
    height: 40px; */
  content: "•";
  text-align: center;
  opacity: 0.45;
  color: black;
  -webkit-font-smoothing: antialiased;
}

#testimonials .slide-wrap .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
}

#testimonials .quoteSlides {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

#testimonials .quoteSlides .slide img {
  max-width: 50px;
  margin: 2em auto 1em;
  text-align: center;
}

#testimonials blockquote {
  border: 0;
  padding: 0;
  margin: 0;
}

#testimonials blockquote p {
  font-weight: 400;
  text-transform: none;
  font-size: 2.3rem;
  margin-bottom: 2rem;
  color: #000;
  line-height: 1.2;
}

#mission {
  background: #000;
  color: #fff !important;
  padding: 7rem 0 150px;
}

#mission .missionStatement h2 {
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  float: left;
}

#mission .missionStatement h1 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 5rem;
  margin-bottom: 5rem;
  text-align: right;
  max-width: 900px;
  float: right;
  line-height: 1.1em;
  font-family: 'SF Pro Display';
}

#mission .caption {
  margin-bottom: 1rem;
}

#mission .caption h2 {
  font-family: 'SF Pro Display';
  font-weight: 900;
  font-size: 5rem;
  float: left;
  padding: 0;
  margin: 0 1rem 0 0;
  line-height: 5rem
}

#mission .caption h3 {
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  font-weight: 900;
  font-size: 2rem;
  padding: 0;
  margin: 0;
}

#mission .caption h4 {
  font-size: 1.1rem;
  font-family: 'SF Pro Display';
  padding: 0;
  margin: 0;
}

#mission .slides ul {
  list-style: none;
  margin: 2rem 0 0 0;
}

#mission .slides ul li {
  display: inline-block;
  margin-right: 1rem;
}

#mission .slides ul li a {
  color: #fff;
  font-size: 16px;
}

#mission .slides ul li a.active {
  border-bottom: 1px solid;
  line-height: 2
}

#mission .slides .cell:nth-child(2) .wrapper {
  padding-top: 21rem;
  padding-left: 5rem;
}

#investmentRequirementsTitle {
  background: url('../images/hivebg2.jpg');
  min-height: 800px;
  background-size: cover;
  background-position: center;
  color: #fff !important;
  position: relative;
}

#investmentRequirementsTitle .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 1) 100%);
}

#investmentRequirementsTitle h2 {
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1.6rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: 900;
  color: black;
  padding-top: 10rem;
}

#investmentRequirementsTitle h2 span {
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.8;
  color: black !important;
}

#investmentRequirementsTitle h1 {
  font-size: 2rem;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: rgb(0,0,0); */
  /* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); */
  width: 100%;
  margin-bottom: 0;
  padding: 2rem;
}

#investmentRequirementsDetail {
  padding-bottom: 60px;
}

#investmentRequirementsDetail h1 {
  font-size: 2rem;
  color: #000;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  text-align: center;
  font-family: 'SF Pro Display';
  position: relative;
}

#investmentRequirementsDetail p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.4;
  font-family: 'SF Pro Display';
  position: relative;
  color: #000;
}

#investmentRequirementsDetail .sub {
  padding-top: 60px
}

#investmentRequirementsDetail img {
  width: 55px
}

#investmentRequirementsDetail h3 {
  font-size: 1rem;
  color: #000;
  padding: 2rem;
}

#investmentRequirementsDetail h3 span {
  color: #B3E6B3 !important;
}

#advisory {
  background: #B3E6B3;
  color: #fff !important;
}

#advisory h1 {
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1.5rem;
  margin-bottom: 3rem;
  font-weight: 900;
}

#advisory #caption {
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1.6rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  font-weight: 900;
  color: black;
}

#advisory h2 {
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1.6rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  font-weight: 900;
  color: black;
}

#advisory h3 {
  margin-bottom: 5rem;
  line-height: 1.2em;
  font-family: 'SF Pro Display';
  font-size: 1.4rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: black;
}

#advisory h4 {
  margin-bottom: 5rem;
  line-height: 1.2em;
  font-family: 'SF Pro Display';
  font-size: 2rem;
  max-width: 900px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  color: black;
}

#leasing {
  font-family: 'SF Pro Display';
  border-top: 3px solid #B3E6B3;
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../images/hivebg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#leasing .number {
  font-family: 'SF Pro Display';
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}

#leasing .subhead {
  font-family: 'SF Pro Display';
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
}

#leasing h2 {
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 900;
  margin-top: 2rem;
  text-align: left;
}

#leasing h3 {
  font-family: 'SF Pro Display';
  font-size: 1.3rem;
  padding-top: 10px;
  text-align: center;
}

#leasing h3.bold {
  font-family: 'SF Pro Display';
  font-size: 1.3rem;
  padding: 5px;
  text-align: center;
  font-weight: 700;
}

#leasing p {
  font-size: 1rem;
  line-height: 1.3;
  padding: 5px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'SF Pro Display';
}

.leasepoints {
  font-size: 1rem;
  line-height: 1.3;
  padding: 5px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'SF Pro Display';
}

#leasing hr {
  width: 100%;
  border-bottom: solid 2px #B3E6B3;
}

#leasing p.bold {
  font-size: 1.3rem;
  line-height: 1.3;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  font-weight: 700;
  font-family: 'SF Pro Display';
}

#leasing .leasing-group {
  text-align: center;
  padding: 1em 0;
  font-family: 'SF Pro Display';
}

#leasing .leasing-group img {
  max-height: 100px;
  margin-bottom: 1em;
  text-align: center;
  font-family: 'SF Pro Display';
}

#leasing .leasing-group p {
  font-size: 1rem;
  line-height: 1.3;
  padding: 0 50px;
  font-family: 'SF Pro Display';
}

#capital-market {
  background: #B3E6B3;
  color: #fff !important;
  padding-top: 60px;
  padding-bottom: 60px
}

#capital-market h2 {
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 900;
}

#capital-market p {
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 700;
  font-family: 'SF Pro Display';
}

#search {
  border-top: 3px solid #B3E6B3;
  padding-top: 30px;
  padding-bottom: 60px
}

#search h2 {
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  color: #B3E6B3;
  /*letter-spacing: 0.1em;*/
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 900;
  margin-top: 2rem;
  text-align: center;
}

#search p {
  font-size: 1.3rem;
  line-height: 1.3;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  font-family: 'SF Pro Display';
}

#search p.bold {
  font-size: 1.3rem;
  line-height: 1.3;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  font-weight: 700;
}

#clients-logo {
  padding-top: 60px;
  border-top: 3px solid #B3E6B3;
  padding-bottom: 60px;
}

#clients-logo h2 {
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 900;
  color: #B3E6B3
}

#clients-logo h4.company-logos {
  text-align: center;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1.2rem;
  margin-bottom: 1.5rem;

}

#clients-logo .clients {
  text-align: center;
  margin: 1em 0;
}

#advisory p {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-left: 15rem;
  margin-right: 15rem;
  font-family: 'SF Pro Display';
}


#advisory img {
  width: 500px;
}

/*#advisory img:nth-child(1) {
  margin-left: -5rem;
  float: left;
  z-index: 10;
}

#advisory img:nth-child(2) {
  float: right;
  margin-top: -5rem;
  z-index: 90;
}*/

#advisory .cell:nth-child(3) {
  position: relative;
}

#advisory .cell:nth-child(3) img {
  position: absolute;
  right: 0;
  transform: translateX(125%);
  width: 200px;
  top: 20%
}


#availability {
  padding-top: 60px;
  border-top: 3px solid #B3E6B3;
  padding-bottom: 60px;
  background-image: url("availability-background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

#availability h2 {
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 900;
  color: #B3E6B3;
  text-align: center;
}

#availability .sites {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#availability .sites img {
  width: 200px;
  padding: 10px
}

#availability .sites h2 {
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  color: black
}

#availability .sites h3 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700
}

#availability .sites p {
  font-size: 1rem;
}

#availability .sites p a {
  color: black;
}

#availability .sites p a:hover {
  text-decoration: underline;
}

#availability .sites ul {
  list-style: none;
  margin: 0
}

#availability .sites ul li {
  display: inline-block;
}

#availability .sites ul li img {
  width: 40px;
  padding: 5px;
}

#scrollingStatement {
  padding: 7rem 0;
}

#scrollingStatement .scroll {
  position: relative;
}

#scrollingStatement .scroll h1 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 3.5rem;
  line-height: 1.2;
  font-family: 'SF Pro Display';
  color: #B3E6B3;
  /* height: 300px;
  overflow: scroll; */
  text-align: center;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* scrolling text */
.scrolling-words-container {
  position: relative;

}


.scrolling-words-box {
  height: 250px;
  margin: auto;
  overflow: hidden;


}

.scrolling-words-box ul {
  margin: 0;
  padding: 0;

}

.scrolling-words-box ul.scrollUp {
  animation: scrollUp 10s infinite;
  list-style: none;
}

#scrollingStatement .scrolling-words-box ul li {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 5rem;
  line-height: 1.1em;
  font-family: 'SF Pro Display';
  color: #B3E6B3;
  height: 5.5rem;

}

@keyframes scrollUp {

  0%,
  10% {
    transform: translateY(0%);
  }

  25%,
  35% {
    transform: translateY(-20%);
  }

  40%,
  50% {
    transform: translateY(-40%);
  }

  65%,
  75% {
    transform: translateY(-60%);
  }

  90%,
  100% {
    transform: translateY(-80%);
  }
}


#scrollingStatement h1::-webkit-scrollbar {
  display: none;
}

/* #scrollingStatement .fadeIn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  margin-bottom: 0;
  height: 80px;
  z-index: 9
}

#scrollingStatement .fadeOut {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  margin-bottom: 0;
  height: 80px;
} */
#our-people {
  border-top: 3px solid #B3E6B3;
  padding-top: 60px
}

#our-people h2 {
  text-transform: uppercase;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: #B3E6B3;
}

#our-people .heading p {
  color: #000;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  font-size: 1.2rem;
  margin-bottom: 80px;
  font-family: 'SF Pro Display';
}

#our-people .teams.bottom {
  margin-top: calc(0.975rem + 30px)
}

#our-people .teams h6 {
  color: #B3E6B3;
  font-size: 1rem;
  font-family: 'SF Pro Display';
  letter-spacing: 5px;
}

#our-people .team-photo {
  float: right;
  margin-right: -4rem
}

/* #our-people .team-details {
  padding-top: 50px
} */
#our-people .team-details .details {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  font-family: 'SF Pro Display';
}

#our-people .team-details .details h1 {
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-family: 'SF Pro Display';
}

#our-people .team-details .details p {
  font-size: 1.1rem;
  line-height: 1.2;
}

#our-people .team-details .details .contact {
  margin-top: 2em
}

#our-people .team-details .details .contact ul {
  list-style: none;
  margin: 0
}

#our-people .team-details .details .contact ul li {
  display: inline-block;
  margin-right: 5px;
}

#our-people .team-details .details .contact ul li img {
  width: 25px;
}

#our-people .details .bottom {
  position: absolute;
  bottom: 0px
}

#our-people hr {
  border-bottom: 2px solid #AFAFAF
}

#our-people .team-details .details.top img {
  margin-bottom: 1.5rem
}

#news {
  background: #B3E6B3;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  position: relative;
}

#news h2 {
  font-size: 30px;
}

#news .news-wrapper {
  margin-right: -4rem;
  position: relative;
}

#news .news-slider {
  padding-top: 40px;
}

#news .slick-slide {
  margin: 0 40px 0 0;
}

#news .slick-list {
  margin: 0 -40px 0 0;
}

#news .arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-55%);
  z-index: 9;
  cursor: pointer;
  padding-left: 0.9375rem;
}

#news .arrow img {
  width: 80px
}

/* #news .news-wrapper .arrow-right {
      right: 0px

  } */
#news .arrow-left {
  left: 0px
}

#news .slick-disabled {
  display: none;
  pointer-events: none;
}

#news .slide .content {
  padding-top: 60px;
  padding-right: 20px
}

#news .slide a {
  color: #fff
}

#news .news-wrapper .slide .content p.date {
  font-size: 14px;
  font-family: 'SF Pro Display';
  letter-spacing: 5px;
  margin-bottom: .5rem;
  line-height: 1.2
}

#news .news-wrapper .slide .content h3 {
  font-size: 28px;
  margin-bottom: 1rem;
  line-height: 1.2
}

#news .news-wrapper .slide .content p {
  font-size: 16px;
  font-family: 'SF Pro Display';
  line-height: 1.3
}

#newsletter {
  background: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff
}

#newsletter h6,
#news h6 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0;
  font-family: 'SF Pro Display';
  letter-spacing: 5px;
}

#newsletter h2 {
  font-size: 2.5rem;
  margin-bottom: 1em
}

#newsletter .padding {
  padding-left: 2em;

}

#newsletter input[type="text"],
[type='submit'] {
  border: none;
  border-bottom: 1px solid #AFAFAF;
  background: transparent;
  padding: 0 0 1.5rem 0;
  box-shadow: none;
  font-size: 16px;
  height: 2.5rem;
  color: #fff
}

#newsletter [type='submit'] {
  font-size: 16px;
  font-family: 'SF Pro Display';
  height: 2.3rem
}

#newsletter input[type="text"]:focus {
  color: #fff;
  background: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #AFAFAF;
}



#newsletter ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'SF Pro Display';
  font-size: 16px
}

#newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'SF Pro Display';
  font-size: 16px
}

#newsletter :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'SF Pro Display';
  font-size: 16px
}

#newsletter :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'SF Pro Display';
  font-size: 16px
}

#newsletter .last .submit {
  float: right;
  color: #fff
}

#newsletter .last .submit a {
  color: #fff;
  font-size: 14px;
}

#contact {
  padding-top: 60px;
  padding-bottom: 20px;
}

#contact h2 {
  font-size: 2.5rem;
  margin-bottom: 1em;
  font-family: 'SF Pro Display';
}

#contact ul {
  list-style: none;
  margin: 0;
  margin-top: 1em;
  font-family: 'SF Pro Display';
}

#contact ul li.heading {
  color: #000;
  font-weight: 400;
  margin-bottom: 1.5em;
  font-size: 16px;
  font-family: 'SF Pro Display';
  /*letter-spacing: 0.1em;*/
}

#contact ul li,
#contact ul li a {
  color: #878787;
  font-size: 15px;
  font-family: 'SF Pro Display';

}

#contact .regulated {
  margin-top: 1em;
  text-align: right;
}

#contact p {
  color: #878787;
  font-size: 15px;
  font-family: 'SF Pro Display';
}

#contact .regulated p img {
  max-width: 150px;
  margin-left: 20px
}

#contact hr {
  border-bottom: 2px solid #AFAFAF;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;

}


a:hover,
a:focus,
section:focus {
  outline: none !important;
}

.extra-text {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #000;
  color: #fff
}

.extra-text h2 {
  text-align: center;
  margin-bottom: 1em
}

.extra-text h4 {
  font-family: 'SF Pro Display';
  margin-top: 1em;
  margin-bottom: .5rem
}

.extra-text p,
.extra-text ul li {
  font-size: 16px;
  font-family: 'SF Pro Display';
  line-height: 1.4;
  margin-bottom: .5rem
}

.extra-text p strong {
  font-family: 'SF Pro Display';
}

.extra-text table {
  margin-top: 2em;
  margin-bottom: 2em
}

.extra-text tbody th,
tbody td {
  color: #000;
  font-family: 'SF Pro Display';
}

@media screen and (min-width: 2000px) {
  #projects .projects .controls {
    right: 300px;
    font-family: 'SF Pro Display';
  }
}

@media screen and (max-width: 1300px) {
  #advisory .cell:nth-child(3) img {
    transform: translateX(100%);
  }
}

@media screen and (max-width: 1023px) {
  #newsletter .padding {
    padding-left: unset;
    margin-bottom: 1em;
    font-family: 'SF Pro Display';

  }

  #newsletter [type='submit'] {
    border-bottom: none
  }

  #title .logo {
    width: 150px
  }

  nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 20px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  nav ul.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    list-style: none;
    text-align: left;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    margin: 0
  }

  .menu.active {
    background: none !important;
  }

  .menu.active span {
    color: #000 !important
  }

  nav.affix {
    box-shadow: none
  }

  nav.active {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  nav ul.nav li a {
    color: #000;
    font-size: 1.15rem;
    padding: 0
  }

  #title .headline h1 {
    font-size: 1.8rem;
    font-family: 'SF Pro Display';
  }

  #projects .projects .controls {
    right: 40px;
    width: 80px;
    line-height: 80px
  }

  #projects .slick-slide {
    margin-right: unset;
  }

  #projects .projects-slides .slide .caption h4 {
    font-size: 1.3rem;
    font-family: 'SF Pro Display';
  }

  #projects .slick-list {
    margin-right: unset;
    padding: unset !important;
  }

  #testimonials blockquote p {
    font-size: 2rem;
    font-family: 'SF Pro Display';
  }

  #testimonials .slide-wrap .arrow-left {
    left: 40px;
  }

  #testimonials .slide-wrap .arrow-right {
    right: 40px
  }

  #mission .missionStatement h1 {
    font-size: 4rem
  }

  #projects .projects-slides {
    margin-bottom: 0
  }

  #projects .projects-slides .slide .caption {
    left: 50px;
  }

  #mission,
  #advisory,
  #scrollingStatement,
  #our-people,
  #news,
  #newsletter,
  #contact {
    padding-left: 40px;
    padding-right: 40px
  }

  #advisory {
    padding-bottom: 80px
  }

  #projects {
    padding-top: 80px;
    padding-bottom: 0px
  }

  #projects .projects-slides {
    margin-top: 0;
    padding-top: 70px
  }

  #mission .caption h2 {
    font-size: 3.5rem;
    float: unset
  }

  #mission .caption h3 {
    font-size: 1.8rem
  }

  #advisory p:last-of-type {
    margin-bottom: 2rem
  }

  #advisory p {
    font-size: 1.05rem;
    line-height: 1.4;
    margin-left: 1.3rem;
    margin-right: 1.3rem;
    text-align: center;
  }

  #advisory p:first-of-type {
    margin-top: 2rem
  }

  #advisory .cell:nth-child(3) img {
    position: unset;
    transform: unset;
    top: unset;
    width: unset;
    right: unset
  }

  /*#advisory img:nth-child(1) {
  margin-left: 0*/
}

#our-people .team-photo,
#news .news-wrapper {
  margin-right: 0
}

#our-people .teams h6 {
  font-size: 0.7rem;

}

#our-people .team-details .details h1 {
  font-size: 1.4rem;
  font-family: 'SF Pro Display';
}

#our-people .team-details .details p {
  font-size: 1rem;
  font-family: 'SF Pro Display';
}

#our-people .team-details .details .text {
  padding-right: 20px;
  font-family: 'SF Pro Display';
}

#news .slick-list {
  margin: 0 -20px
}

#news .slick-slide {
  margin: 0 20px
}

#news .news-slider {
  width: 75%;
  margin: 0 auto;
}

#news .arrow {

  top: 45%;
  transform: translateY(-50%);
}

#news .arrow-left {
  left: 40px
}

#news .arrow-right {
  right: 50px
}

#news .arrow img,
#testimonials .slide-wrap .arrow img {
  width: 60px
}

#contact .regulated {
  text-align: right;
}

#projects .projects-slides .slide .caption {
  width: 50%
}

#scrollingStatement .scrolling-words-box ul li {
  font-size: 3.5rem;
  height: 3.5rem
}

nav ul.socials-media {
  top: unset;
  transform: unset;
  left: 60px;
  position: absolute;
  background: none;
  max-width: 400px;
  bottom: 100px;
}

nav ul.socials-media li {
  display: inline-block;
}

nav ul.socials-media li a {
  padding-left: 0;
}

nav ul.socials-media li a img {
  width: 30px;
}

@media screen and (max-width: 768px) {
  #testimonials blockquote {
    padding-left: 2em;
    padding-right: 2em;
  }

  #testimonials .quoteSlides {
    max-width: 80%
  }

  #scrollingStatement .scroll h1 {
    font-size: 2.5rem
  }

  #scrollingStatement .scrolling-words-box ul li {
    font-size: 2.5rem;
  }

  .scrolling-words-box {
    height: 160px
  }
}

@media screen and (max-width: 639px) {

  #projects .projects .controls {
    right: 20px
  }

  #news .arrow img,
  #testimonials .slide-wrap .arrow img {
    width: 40px
  }

  #testimonials .quoteSlides .slide img {
    max-width: 40px
  }

  #testimonials blockquote p,
  #title .headline h1 {
    font-size: 1.6rem;
    font-family: 'SF Pro Display';
    margin-top: 22rem;
  }

  #mission,
  #advisory,
  #scrollingStatement,
  #our-people,
  #news,
  #newsletter,
  #contact {
    padding: 50px 20px;
  }

  #mission {
    padding-bottom: 80px
  }

  #mission .slick-dots {
    bottom: -70px
  }

  /* #our-people {
    padding-top: 0
  } */
  .menu#navbar,
  #testimonials .slide-wrap .arrow-left {
    left: 20px
  }

  .menu#navbar {
    top: 20px
  }

  #title .overlay,
  #title .background-slider .slides {
    height: 100vh
  }

  .socials-media {
    top: 30%
  }

  .socials-media ul li a img {
    width: 30px
  }

  /*#advisory img:nth-child(2) {
    margin-top: 2rem;
    float: unset
  }*/

  #title .background-slider .slick-next,
  #title .background-slider .slick-prev {
    display: none !important
  }

  #title .background-slider .slick-dots,
  #testimonials .slide-wrap .arrow-right {
    right: 20px
  }

  #title .find-more {
    position: relative;
    z-index: 10;
    top: 80%;
    bottom: 20%;
    left: 0;
    right: 0
  }

  #title .find-more .button {
    padding: 10px 15px;
    font-size: 0.6rem;
    margin-top: 0.5em;
  }

  /*
  #mission .missionStatement h1 {
    font-size: 3rem
  }
  #mission .caption h2 {
    font-size: 2.5rem;
    line-height: 3rem
  }
  #mission .caption h3,  {
    font-size: 1.5rem
  }
  #mission .caption h4 {
    font-size: 0.7rem
  }*/
  #investmentRequirementsDetail h1,
  #advisory h3 {
    font-size: 1.7rem;
  }

  #investmentRequirementsDetail {
    padding-left: 20px;
    padding-right: 20px
  }

  #our-people .teams h6 {
    margin-bottom: 2rem
  }

  #our-people .team-details .details {
    margin-bottom: 10px;
    margin-top: 10px
  }

  #our-people .details .bottom {
    position: relative;
    bottom: unset
  }

  #projects .projects-slides .slide .grid-container {
    padding: 0;
  }

  #projects .projects-slides .slide .caption {
    position: unset;
    bottom: unset;
    width: 100%;
    background: rgba(0, 10, 255, 1);
  }

  #our-people .teams.bottom {
    margin-top: 20px
  }

  #our-people .teams.bottom h6 {
    margin-bottom: 1em
  }

  #newsletter h2,
  #news h2,
  #contact h2 {
    font-size: 1.8rem;
    line-height: 1.2
  }

  #newsletter .last {
    margin-top: 1em
  }

  #newsletter input[type="text"],
  input[type="email"] {
    padding: 0;
    font-size: 16px
  }

  #news .news-slider {
    width: 100%
  }

  #news .slick-list,
  #news .slick-slide {
    margin: 0
  }

  #news .slick-dots {
    bottom: -40px
  }

  #contact ul {
    margin-bottom: 1em
  }


  /*#title .find-more {
    bottom: 30%
  }*/
  #title .arrows-down {
    bottom: 10%
  }

  nav ul.nav,
  nav ul.socials-media {
    left: 30px
  }

  #scrollingStatement .scrolling-words-box ul li {
    font-size: 2rem;
    height: 2rem
  }

  .scrolling-words-box {
    height: 150px
  }

  #scrollingStatement .fadeIn,
  #scrollingStatement .fadeOut {
    height: 50px
  }

  #contact .regulated {
    text-align: left
  }

  #contact .regulated p img {
    margin-left: 0;
    margin-top: 20px;
    max-width: 180px
  }

  #investmentRequirementsTitle .overlay {
    position: unset;
  }

  #availability {
    background-repeat: repeat-y;
    background-size: auto;
  }
}

@media screen and (max-width: 500px) {
  #mission .missionStatement h1 {
    font-size: 2rem;
    font-family: 'SF Pro Display';
  }

  #title .headline h1 {
    font-size: 1.3rem;
    font-family: 'SF Pro Display';
  }

  #scrollingStatement .scrolling-words-box ul li {
    font-size: 1.6rem;
  }

  #title .slick-prev:before,
  #title .slick-next:before {
    font-size: 25px
  }
}