.body {
  color: #062c49;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  height: auto;
}

.hero {
  position: static;
  left: 0px;
  top: 121px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #062c49;
  background-image: url('../images/bg3.png'), linear-gradient(164deg, #f36a21, #f18e10), linear-gradient(180deg, rgba(243, 106, 33, 0.61), rgba(243, 106, 33, 0.61));
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: cover, auto, auto;
  background-attachment: fixed, scroll, scroll;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: auto;
  padding: 10px 5%;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
}

.image {
  width: 200px;
}

.navtext {
  padding-right: 18px;
  padding-left: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navmenu {
  margin-top: 25px;
}

.div-block {
  position: relative;
  display: block;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.h1-heading {
  font-family: 'Roboto Condensed', sans-serif;
  color: #062c49;
  font-size: 51px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.h1-heading.white {
  color: #fff;
  line-height: 60px;
}

.h4-heading {
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.h4-heading.white {
  margin-bottom: 20px;
  color: #fff;
}

.h4-heading.orange {
  color: #f36a21;
}

.line {
  display: block;
  width: 10%;
  height: 5px;
  margin: 30px auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.34)), to(hsla(0, 0%, 100%, 0.34)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.34), hsla(0, 0%, 100%, 0.34));
  color: #fff;
  text-align: center;
}

.line.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 44, 73, 0.27)), to(rgba(6, 44, 73, 0.27)));
  background-image: linear-gradient(180deg, rgba(6, 44, 73, 0.27), rgba(6, 44, 73, 0.27));
}

.navbutton {
  margin-left: 10px;
  background-color: #062c49;
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbutton:hover {
  background-color: #f36a21;
}

.team {
  position: static;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #062c49;
  background-image: linear-gradient(134deg, #062c49, #001322 97%);
  color: #1f4f74;
}

.teamblock {
  display: block;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.no-margin-bottom {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fbfdff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.expander-container {
  width: 45%;
  margin: 10px;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.expander-container:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.expander-container._01 {
  width: 45%;
  background-color: transparent;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.expander-container._04 {
  margin-top: 10px;
}

.card-2 {
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(1800px) rotateX(-100deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(1800px) rotateX(-100deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-1 {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #637d90;
  cursor: pointer;
}

.team-member-shot {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.team-member-shot.julie {
  width: 200px;
  height: 200px;
  margin-right: 10px;
  background-image: url('../images/team_0000_julie.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: repeat;
}

.team-member-shot.joanna {
  margin-right: 10px;
  background-image: url('../images/team_0001_joanne.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.team-member-shot.anita {
  width: 200px;
  height: 200px;
  margin-right: 10px;
  background-image: url('../images/team_0003_anita.jpg');
  background-position: 50% 50%;
  background-size: 200px 200px;
  background-repeat: no-repeat;
}

.team-member-shot.catherine {
  min-width: 200px;
  margin-right: 10px;
  background-image: url('../images/team_0002_catherine.jpg');
  background-position: 50% 50%;
  background-size: 200px 200px;
  background-repeat: no-repeat;
}

.team-member-shot.adam {
  background-image: url('../images/adam.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-shot.ed {
  background-image: url('../images/ed3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-shot.vic {
  background-image: url('../images/vic.jpg');
  background-position: 50% 22%;
  background-size: cover;
}

.team-member-shot.alina {
  background-image: url('../images/alina2.jpg'), url('../images/alina.jpg');
  background-position: 50% 50%, 50% 44%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
}

.about-p {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #d3d3d3;
  font-size: 16px;
  text-align: justify;
}

.bios {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.no-margin-top {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #062c49;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.bio {
  width: 25%;
  height: auto;
  padding-right: 5px;
  padding-left: 5px;
}

.link-block {
  width: 100%;
  height: 100%;
  background-image: url('../images/alina.jpg');
  background-position: 50% 50%;
  background-size: 362px;
}

.flex-grid-item {
  width: 25%;
}

.team-name {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #5b87a8;
  text-align: center;
  text-transform: uppercase;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.investment-section {
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #eee;
  background-image: url('../images/jub-image01jpg.jpg'), linear-gradient(316deg, #fff, #d6d3d3 99%);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.investment-block {
  display: block;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  font-family: 'Roboto Condensed', sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
}

.risk-management {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f36a21;
}

.charity {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: linear-gradient(300deg, #062c49, #011627);
}

.risk-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.charity-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.paragraph2.blue {
  color: #062c49;
  text-align: justify;
}

.image-2 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.contact-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph3 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.map {
  margin-top: 30px;
}

.column {
  padding-right: 30px;
}

.column-2 {
  height: 300px;
  padding-left: 30px;
}

.field-label {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field {
  height: 50px;
  margin-bottom: 20px;
}

.submit-button {
  margin-top: 30px;
  background-color: #f36a21;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-area {
  margin-bottom: 30px;
  padding-left: 20px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #021625;
  color: #091e2e;
}

.footerblock {
  display: block;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.footer-text {
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.div-block-2 {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 100px;
  background-image: url('../images/Jub-Capital-vector2.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/Jub-Capital-vector2.svg'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 100px, auto;
  background-repeat: no-repeat, repeat;
}

.textarea {
  height: auto;
  min-width: 100%;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-link {
  color: #207ac0;
  text-decoration: none;
}

.thumb-block {
  position: absolute;
  width: 97%;
  height: 350px;
  min-width: auto;
  background-image: url('../images/adam.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-block._01 {
  width: 100%;
  height: 100%;
  background-image: none;
}

.thumb-block._03 {
  background-image: url('../images/vic.jpg');
  background-size: 300px 421px;
}

.thumb-block._04 {
  background-image: url('../images/alina.jpg');
  background-size: 300px;
}

.thumb-block._02 {
  background-size: 300px 421px;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(243, 117, 33, 0.74);
}

.columns {
  height: 420px;
}

.text {
  position: static;
  top: 342px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-2:hover {
  opacity: 0.6;
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.paragraph-2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #8f8f8f;
}

.hidden-text {
  margin-top: 30px;
}

.bios-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.services {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #d1d1d1;
  background-image: url('../images/bggrey.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  color: #696969;
}

.body-2 {
  background-color: #f36a21;
}

.privacy {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block {
  color: #fff;
}

.header2 {
  height: 133px;
  padding: 10px 5%;
  background-color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link-2 {
  display: block;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-4 {
  height: 100vh;
  padding-top: 10%;
  padding-right: 10%;
  padding-left: 10%;
}

html.w-mod-js *[data-ix="title"] {
  opacity: 0.01;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="line"] {
  opacity: 0.01;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="fade"] {
  opacity: 0.01;
}

html.w-mod-js *[data-ix="header"] {
  -webkit-transform: translate(0px, -140px);
  -ms-transform: translate(0px, -140px);
  transform: translate(0px, -140px);
}

html.w-mod-js *[data-ix="f1"] {
  opacity: 0.02;
}

html.w-mod-js *[data-ix="f-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="f-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="f-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hidden-text"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 740px;
    background-image: url('../images/bg3.png'), linear-gradient(164deg, #f36a21, #f18e10), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 50%, 0px 0px, 0px 0px;
  }

  .navtext {
    border-top: 1px solid #e6e6e6;
    background-color: #f1f1f1;
    text-align: center;
  }

  .navmenu {
    margin-top: 0px;
  }

  .menu-button {
    margin-top: 20px;
  }

  .div-block {
    width: 80%;
    height: auto;
  }

  .h1-heading.white {
    font-size: 40px;
    line-height: 50px;
  }

  .h4-heading {
    font-size: 20px;
    line-height: 29px;
  }

  .navbutton {
    margin-left: 0px;
    text-align: center;
  }

  .team {
    height: auto;
  }

  .teamblock {
    width: 80%;
    height: auto;
  }

  .expander-container._03 {
    width: 100%;
  }

  .expander-container._01 {
    width: 100%;
  }

  .expander-container._02 {
    width: 100%;
  }

  .expander-container._04 {
    width: 100%;
    margin-top: 10px;
  }

  .bio {
    width: 50%;
    margin-bottom: 20px;
  }

  .investment-block {
    width: 80%;
    height: auto;
  }

  .paragraph {
    font-size: 16px;
    line-height: 23px;
  }

  .risk-block {
    width: 80%;
  }

  .charity-block {
    width: 80%;
  }

  .paragraph2 {
    font-size: 16px;
    line-height: 23px;
  }

  .contact-block {
    width: 80%;
  }

  .textarea {
    width: 100%;
    min-width: 100%;
  }

  .thumb-block._01 {
    display: block;
    width: 100%;
    height: 190px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .thumb-block._03 {
    height: 190px;
    background-size: cover;
  }

  .thumb-block._04 {
    height: 190px;
    background-size: cover;
  }

  .thumb-block._02 {
    height: 190px;
    background-size: cover;
  }

  .div-block-3 {
    width: 100%;
    background-color: rgba(241, 115, 16, 0.81);
  }

  .text {
    top: 182px;
  }

  .column01 {
    height: 298px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .link-block-2 {
    display: block;
    width: 217.1875px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    top: 101px;
    height: 700px;
    background-image: url('../images/bg3.png'), linear-gradient(164deg, #f36a21, #f18e10), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px, 0px 0px;
  }

  .navbar {
    padding-right: 2%;
    padding-left: 2%;
  }

  .image {
    width: 160px;
  }

  .navmenu {
    margin-top: 0px;
  }

  .div-block {
    width: 90%;
  }

  .h1-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .h1-heading.white {
    font-size: 30px;
    line-height: 38px;
  }

  .line {
    margin-top: 20px;
  }

  .line.blue {
    margin-top: 20px;
  }

  .team {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .teamblock {
    width: 90%;
  }

  .investment-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .investment-block {
    width: 90%;
  }

  .paragraph {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .risk-management {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .charity {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .risk-block {
    width: 90%;
  }

  .charity-block {
    width: 90%;
  }

  .contact-block {
    width: 90%;
  }

  .paragraph3 {
    text-align: center;
  }

  .map {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2 {
    height: auto;
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .privacy {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    top: 91px;
    height: 800px;
    padding-top: 160px;
    padding-bottom: 50px;
  }

  .image {
    width: 140px;
  }

  .navmenu {
    margin-top: 0px;
  }

  .menu-button {
    margin-top: 10px;
  }

  .h1-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .h1-heading.white {
    line-height: 38px;
  }

  .h4-heading {
    font-size: 18px;
    line-height: 25px;
  }

  .line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .line.blue {
    margin-top: 20px;
  }

  .team {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .no-margin-bottom {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .expander-container._03 {
    width: 92%;
  }

  .expander-container._01 {
    width: 92%;
    background-color: transparent;
  }

  .expander-container._02 {
    width: 92%;
  }

  .expander-container._04 {
    width: 92%;
  }

  .team-divblock {
    text-align: center;
  }

  .card-1 {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-member-shot {
    height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .team-member-shot.julie {
    display: block;
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    background-size: 100%;
  }

  .team-member-shot.joanna {
    display: block;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 50%;
    background-size: 100%;
  }

  .team-member-shot.anita {
    display: block;
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .team-member-shot.catherine {
    display: block;
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .team-member-shot.adam {
    display: block;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-member-shot.ed {
    display: block;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-member-shot.vic {
    display: block;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-member-shot.alina {
    display: block;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .no-margin-top {
    letter-spacing: 1px;
  }

  .bio {
    width: 80%;
  }

  .investment-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .risk-management {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .charity {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .privacy {
    margin-bottom: 60px;
  }
}

