/* ---
* Normalize CSS V8.0.1
* https://necolas.github.io/normalize.css/
*-- */
 html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}main {display: block;}h1 {font-size: 2em;margin: 0.67em 0;}hr {box-sizing: content-box;height: 0;overflow: visible;}pre {font-family: monospace, monospace;font-size: 1em;}a {background-color: transparent;}abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}b, strong {font-weight: bolder;}code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}img {border-style: none;}button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}button, input {overflow: visible;}button, select {text-transform: none;}button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}details {display: block;}summary {display: list-item;}template {display: none;}[hidden] {display: none;}

/*-- end normalize --*/

/* ---
* Accessible Slick 
* https://github.com/Accessible360/accessible-slick/tree/master
*-- */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.slide{
  display: block !important;
}

button.slick-autoplay-toggle-button {
    position: absolute;
    z-index: 9;
    color: white;
    opacity: 0;
}

button.slick-autoplay-toggle-button:focus {
    opacity: 1;
}
#slideshow video {
    display: block !important;
    ourline:none;
}
/*-- end slick --*/


/*-- skip link */
.skip-link.btn {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link.btn:focus {
  position: static;
  width: auto;
  height: auto;
}
            
body, html, *{
    box-sizing: border-box;
}
body{
  font-family: 'IvyJournal';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
a{
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

figure{
  margin:0;
  padding:0;
  display: block;
}
figure img{
  display: block;
  width: 100%;
}
button{
  background-color: transparent;
  border: none;
  padding:0;
  margin: 0;
}
#scroll-down{
    padding-top: 60px;
    padding-bottom: 20px;
}
.pad-box{
  padding:7.50vw 9.25vw;
}
footer.pad-box {
    padding: 7.5vw 16vw;
}
.pad{
  padding: 7.50vw 40px;
}
@media sreen and (max-width:650px){
    .pad-box,
    .pad{
      padding: 40px 40px;
    }
}
@media sreen and (max-width:580px){
    .pad-box,
    .pad{
      padding: 40px 30px;
    }
}
.flex-wrap,
.flex-col{
  display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
}
.reverse{
  flex-direction:row-reverse;
}
.flex-col{
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.align-bottom{
  justify-content: flex-end;
}
.half{
  width:50%;
}
.third{
  width:33.333%;
}
.two-thirds{
  width:66.666%;
}
.forty{
  width:40%;
}
.sixty{
  width: 60%;
}
.text-center{
  text-align: center;
}
.bg-gradient{
  color:#E6E7E7;
  background: linear-gradient(130deg, #1B383F 0%, #3D5963 100%);
}
.bg-white{
  background-color: white;
}
.bg-grey{
  background-color:#E6E7E7;
  color:#1B383F;
}
.bg-dark-green{
  background-color:#1B383F;
  color:#E6E7E7;
}
.slide .text{
  color:white;
}

h1{
   font-family: 'IvyJournal';
  font-size:24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.35;
}
.slide h1 sup{
	font-size: 30%;
    top: -1.5em;
}
h2, .h2{
 font-family: 'IvyJournal';
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
h2.sans{
  font-family: 'sweet-sans-pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.slide h1{
  line-height: 1.2;
}
@media screen and (min-width: 650px) {
  h1{
    font-size: calc(24px + 22 * ((100vw - 650px) / 950));
  }
  h2{
    font-size: calc(26px + 22 * ((100vw - 650px) / 950));
  }
    h2.sans{
        font-size: calc(14px + 2 * ((100vw - 650px) / 950));
    }
    body{
        font-size: calc(16px + 4 * ((100vw - 650px) / 950));
    }
}
@media screen and (min-width: 1980px) {
  h1 {
    font-size: 54px;
     line-height: 60px;
  }
    h2{
        font-size:48px;
    }
  h2.sans{
    font-size:16px;
  }
  body{
    font-size:20px;
  }
}


/*-- header --*/
/*#intro h1{
  margin-top:110px;
}*/
#intro {
  min-height:100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  justify-content: space-between;
  color: white;
  padding:40px 20px;
  transition: color 0.6s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  background-color:transparent;
  z-index: 99999;
  display: flex;
  flex-direction: column;
}
 
#text-slider {
  
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 250px;
}
#text-slider .slide{
  position: absolute;
  width:100%;
  opacity: 0;
  overflow: initial;
  margin: 70px 0 0;
}
#intro #text-slider .slide h1{
  margin: 0;
}
@media only screen and (max-width:600px){
  #text-slider{
    margin-top:5em;
  }
}
.menu-open header{
  height:100vh;
  overflow-y:scroll;
  position: fixed;
  transition: color 0.6s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.6s cubic-bezier(0.65, 0, 0.35, 1);
     color:#3D5963;
}
header::after{
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  visibility: hidden;
  pointer-events: none;
}
.menu-open header::after{
  opacity: 1;
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  visibility: visible;
  pointer-events: unset;
}
header .flex-wrap{
  justify-content: space-between;
  align-items:center;
}
header .logo{
  position: absolute;
  margin: 0 auto;
  top:35px;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 35vw;
  min-width: 180px;
  max-width: 220px;
}
header ul{
  list-style: none;
  margin: 0;
  padding:0;
}
header .links ul{
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
header .links a{
  font-family: "sweet-sans-pro";
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.4px;
  margin:0 0 0 40px;
}
@media only screen and (max-width:980px){
  header .links a{
    font-size: 10px;
  }
}
header #menu-trigger{
  cursor: pointer;
  position: relative;
  z-index: 1;
}
header #menu-trigger svg{
  display: block;
  width:30px;
  height: auto;
}
header .links.mobile{
  display: none;
}

#menu{
  color:#1B383F;
  text-align: center;
  height:100svh;
  width:100%;
  margin-top: 50px;
  position: relative;
  opacity:0;
  visibility: hidden;
  pointer-events: none;
  transition:opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1;
  flex-grow:1;
}
.menu-open #menu{
  opacity:1;
  visibility: visible;
  pointer-events: unset;
  transition:opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
#menu ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*min-height: 400px;*/
}
#menu ul li a{
  color:#1B383F;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 56px;
  margin:0 0 30px;
  display: inline-block;
  /* border-bottom: 3px solid #1b383f00; */
   position: relative;
  transition: opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1), border-bottom 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
#menu ul li a.selected  {
   /* border-bottom: 3px solid #1B383F; */
    transition: opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1), border-bottom 0.35s cubic-bezier(0.65, 0, 0.35, 1);

}

#menu ul:hover li a {
    opacity: 0.35;
    transition: opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1), border-bottom 0.35s cubic-bezier(0.65, 0, 0.35, 1);

}

#menu ul:hover li a:hover {
    opacity: 1;
     /* border-bottom: 3px solid #1B383F; */
    transition: opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1), border-bottom 0.35s cubic-bezier(0.65, 0, 0.35, 1);

}
#menu ul li a::after{
  content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 100%;
    left: 0;
    background: #1B383F;
    transform: translateY(5px);
    opacity: 0;
    transition: 0.35s cubic-bezier(0.65, 0, 0.35, 1);
    transform-origin: left;
}
#menu ul:hover li a:hover::after{
    transform: translateY(0px);
    opacity: 1;
    transition: 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
#menu ul li.download a{
  text-align: center;
  font-family: 'sweet-sans-pro';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
  margin:0;
}
#menu ul li a{
  font-size: 24px;
  margin: 0 0px;
  line-height: 48px;
}
@media screen and (min-width: 650px) {
  #menu ul li a{
    font-size: calc(48px + 24 * ((100vw - 650px) / 950));
    font-size: 50px;
    margin: 0 0px;
    line-height: 72px;
  }
   #menu ul li.download a{
    font-size: calc(18px + 6 * ((100vw - 650px) / 950));
  }
 
}
@media screen and (min-width: 1980px) {
  #menu ul li a{
    font-size: 72px;
    line-height: 110px;
  }
  #menu ul li.download a{
    font-size: 24px;
  }
}
#burger #center-line{
  opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.menu-open #burger #center-line {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

#burger #top-line {
    transform: rotate(0deg) translate(0px, 0px);
    transform-origin: left;
     transition: transform 0.5s ease;
}
#burger #bottom-line {
    transform: rotate(0deg) translate(0px, 0px);
    transform-origin: left;
     transition: transform 0.5s ease;
}

.menu-open #burger #top-line {
    transform: rotate(45deg) translate(-190px, 0px);
    transform-origin: left;
     transition: transform 0.5s ease;
}
.menu-open #burger #bottom-line {
    transform: rotate(-45deg) translate(-180px, 0px);
    transform-origin: left;
     transition: transform 0.5s ease;
}

.next-arrow[_ngcontent-byi-c8] {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 25px 0;
    height: 10px;
    color: #3d5963;
    background: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.next-arrow[_ngcontent-byi-c8] div[_ngcontent-byi-c8] {
    font-size: 1.5em;
    margin: 0 15px;
}
.left-caret[_ngcontent-byi-c8] {
    transform: rotate(-90deg);
}
.right-caret[_ngcontent-byi-c8] {
    transform: rotate(90deg);
}

.disclosures-open,
.menu-open{
  height:100vh;
  overflow:hidden;
}
@media screen and (max-width:650px){
  header .logo{
    top: 100px;
  }
  #experience h2{
  font-size: 25px;
}
  .slick-list {
    margin-top: 30px;
  }
   header .links.desktop{
  }

  }
  header .links.mobile{
    display: none;
    text-align:center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .menu-open header .links.mobile{
    opacity: 1;
    visibility:visible;
    pointer-events: unset;
    transition: opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  }

  #menu ul li.download a {
      margin: 20px 0 0 0;
  }
  .links.mobile ul {
      display: block;
  }
  header .links a {
      font-size: 13px;
      margin:0 10px 20px;
  }
  header .links{
    margin-bottom: 0px;
  }
  #menu{
    margin-top:0;
  }

}
@media screen and (orientation: portrait) {
  header{
    display: block;
  }
  header .links{
    margin-top: 60px;
  }
}
@media screen and (max-height:500px) {
  header{
    display: block;
  }
  header .links{
   /* margin-top: 60px; */
  }

}



/*-- disclosures --*/
#disclosures{
  height:100vh;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  pointer-events: none;
  top: 0;
  left: 0; 
  overflow-y:scroll;
   transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
#disclosures h2{
  margin-top: 72px;
}
#disclosures .tab p:last-child{
  padding-bottom: 180px;
}
.disclosures-open #disclosures{
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
#exit-disclosures2,
#exit-disclosures{
  position: absolute;
  top:25px;
  left: 20px;
  cursor: pointer;
}
#exit-disclosures2 svg,
#exit-disclosures svg{
      display: block;
    width: 30px;
    height: auto;
}
#disclosures p a {
    text-decoration: underline;
}
#exit-disclosures2 #center-line3,
#exit-disclosures #center-line2 {
    opacity: 0;
}
#exit-disclosures2 #top-line3,
#exit-disclosures #top-line2 {
    transform: rotate(45deg) translate(-190px, 0px);
    transform-origin: left;
}
#exit-disclosures2 #bottom-line3, 
#exit-disclosures #bottom-line2 {
    transform: rotate(-45deg) translate(-180px, 0px);
    transform-origin: left;
}
#disclosures .bg-grey.forty,
#disclosures .bg-white.sixty {
    padding: 7.5vw 9.25vw;
    min-height:100vh;
}
#disclosures .bg-white.sixty{
    display: block;
}
#disclosures .bg-white.active{
    display: block;
}
#exit-disclosures2 {
    display: none;
}
.next-arrow[_ngcontent-byi-c8] {
    display: none;
}
.left-copyright {
    font-family: IvyJournal;
    font-size: 10px;
    position: absolute;
    left: 8%;
    bottom: 5%;
    /*transform: translate(10%, -50%);*/
    font-style: normal;
    font-weight: 300;
    color: #1b383f !important;
}

@media only screen and (max-width:850px){
  .next-arrow[_ngcontent-byi-c8] {
    display: flex;
  }
  #disclosures{
    background-color: white;
  }
  #disclosures .bg-grey.forty, 
  #disclosures .bg-white.sixty {
      height: 100vh;
      min-height: 0vh;
      width: 100%;
  }
  #disclosures .bg-white.sixty{
      position: absolute;
      display: none;
  }
  #disclosures .bg-white.active{
      display: block;
  } 
  #disclosures .bg-grey.forty{
    padding-top: 70px;
    background-color: white; 
  }
  #exit-disclosures2 {
    display: block;
  }
}


/*-- count ups --*/

.count-ups{
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
  list-style:none;
  margin:0;
  padding:0 20px;
  text-align: center;
  justify-content: center;
  /*visibility: hidden;*/
}
.count-ups li{
  padding:0 1.2vw;
  margin:0 10px;
  border-bottom: 1px solid;
}
.count-ups .number{
  font-family: 'sweet-sans-pro';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 125% */
  letter-spacing: 1.5px;
  text-transform: capitalize;
  display: block;
}
.count-ups .caption{
  font-family: 'sweet-sans-pro';
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 150% */
  text-transform: capitalize;
  display: inline-block;
  margin:0 0 20px;
}
  #guiding-principles .title {
    text-align: center;
    font-style: normal;
    font-weight: 100;
    font-family: IvyJournal;

    font-size: 36px;
    padding-bottom: 2.2em;
    padding-bottom:0;
  }
  #guiding-principles .blurb{

    font-size: 1.45em;
  }
@media screen and (max-width: 520px) {
  #guiding-principles .title {
    font-size: 29px;
    padding-bottom: 2em;
    padding-bottom:0;
    line-height: 1em;
  }
  #guiding-principles .blurb{
    padding-top: .8em;
    font-size: 1.3em;
  }
}
@media screen and (min-width: 760px) {
  .count-ups .number{
    font-size: calc(40px + 16 * ((100vw - 650px) / 950));
  }
  .count-ups .caption{
    font-size: calc(10px + 5 * ((100vw - 650px) / 950));
  }
  #guiding-principles .title {
    font-size: 40px;
    padding-bottom: 2.5em;
    padding-bottom:0;

  }
  #guiding-principles .blurb{
    font-size: 30px;
  }
}
@media screen and (min-width: 1980px) {
  .count-ups .number{
    font-size: 64px;
    line-height: 70px; /* 125% */
    letter-spacing: 2.8px;
  }
  .count-ups .caption{
    font-size: 18px;
    line-height: 24px; 
  }
}
/* orig 1460px */
@media screen and (max-width: 1350px){
  /* .count-ups li{
    width: calc(33.333% - 20px);
  }
  */
    .count-ups .number{
    font-size: calc(30px + 16 * ((100vw - 650px) / 950));
  }
  .count-ups .caption{
    font-size: calc(10px + 5 * ((100vw - 650px) / 950));
  }
  .count-ups li {
      padding: 0 4px;
      margin: 0 4px;
      border-bottom: 1px solid;
  }
} 
@media screen and (max-width: 830px){
  .count-ups li{
    width: calc(50% - 40px);
    margin:0 20px;
  }
  .count-ups .number{
    font-size: calc(33px + 16 * ((100vw - 650px) / 950));
  }
  .count-ups .caption{
    font-size: calc(14px + 6 * ((100vw - 650px) / 950));
  }
} 

/*-- slideshow --*/
.slide{
  position: relative;
  width:100%;
}
.slide figure{
  position: absolute;
  width:100%;
  height:100%;
  top: 0;
  left:0;
  z-index: 0;
}
.slide figure img{
  height: 100%;
  object-fit: cover;
}
.slide .text{
  position: relative;
  z-index: 1;
}
#guiding-principles .slide .text{
  position: absolute;
  z-index: 1;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  text-align: center;
}
.middle-section[_ngcontent-kev-c4] {
    /*position: absolute;
    left: 5%;
    width: 90%;
    text-align: center;
    font-style: normal;
    font-weight: 100;
    font-family: IvyJournal;
    top: 44%;
    transform: translateY(-50%);
    z-index: 2;
    color: #e6e7e7;*/
}

.slide video{
  display: block;
  /* width:auto; */
  width: 100%;
  outline: none;
  border: none;
  margin: 0 auto 0;
  text-align: center;
  height: 100%;
  position: relative;
      object-fit: cover;
}
.slide{
  width:100%;
  overflow-x: hidden;
  margin: 0 0 -1px;
}
#guiding-principles .slide{
  height: 85vh;
}


@media only screen and (max-width:660px){
  .slide video{
    width:auto;
    height:85vh;
    transform: translateX(-50%);
    left: 50%;
  }
    header .logo{
    top: 34px;
  }
}

@media only screen and (max-width:600px){
  header .logo{
    top: 100px;
  }
}

/*-- tabs --*/
.tabs-nav{
  list-style: none;
  margin:0;
  padding:0;
}
.tabs-nav li button{
  margin:0 0 15px;
  padding:0 10px 15px;
  width: 100%;
  text-align:left;
  display: block;
  cursor: pointer;
  color: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity:0.5;
  border-bottom:1px solid;
  transition: 0.35s ease;
}
.tabs-nav li button[aria-expanded="true"]{
  opacity:1;
  border-bottom:2px solid;
  transition: 0.35s ease;
}
.tabs-nav button svg{
  fill:#1B383F;
  width: 25px;
  height: auto;
  margin: 0 0 -7px 0;
}

/*-- advisors --*/
#stewards .sixty.bg-white,
#advisors .sixty.bg-white{
  padding:80px;
}
#stewards .bg-grey.forty,
#advisors .bg-grey.forty{
  padding:7.50vw 6.25vw;
}
#advisors .text,
#advisors figcaption,
#stewards .text,
#stewards figcaption,
#partners .text,
#partners figcaption,
#advisory-board .text,
#advisory-board figcaption,
#investment .text,
#investment figcaption{
  background-color: #E6E7E7;
    color: #1B383F;
  display: block;
  padding:15px;
}
#stewards .text,
#advisors .text{
  flex-grow:1;
}
#stewards .text h2,
#advisors .text h2{
  margin:0;
}
#advisory-board .third,
#investment .third{
  width:calc(33.333% - 15px);
  margin:0 7.5px 15px;
  display: flex;
  flex-direction: column;
}
#stewards .text h2,
#advisors .text h2{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
#stewards .text p,
#advisors .text p{
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 128.571% */
}
/*
#investment .third figure,
#advisory-board .third figure,
#partners .third figure,
#advisors .flex-wrap .third figure{
  height: 16.5vw;
  min-height: 200px;
  overflow: hidden;
}
#investment .third figure img,
#partners .third figure img,
#advisory-board .third figure img,
#advisors .flex-wrap .third figure img{
  height: 100%;
  object-fit: cover;
}
*/
#partners .text p,
#advisory-board .text p,
#investment .text p,
#advisors .text p,
#advisors figcaption p,
#stewards .text p,
#stewards figcaption p,
#partners figcaption p,
#advisory-board figcaption p,
#investment figcaption p{
  margin:0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
#partners figcaption p strong,
#advisory-board figcaption p strong,
#investment figcaption p strong,
#advisors figcaption p strong,
#stewards figcaption p strong{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;

}
#partners figcaption p em,
#advisory-board figcaption p em,
#investment figcaption p em,
#advisors figcaption p em,
#stewards figcaption p em{
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
  text-transform: capitalize;
}
.exit-advisors{
      position: absolute;
    top: 40px;
    left: calc(9.25vw + 7.5px);
    cursor: pointer;
  display: none;
}
.exit-advisors svg{
      display: block;
    width: 30px;
    height: auto;
}
.exit-advisors .center-line{
      opacity: 0;
}
.exit-advisors .top-line{
  transform: rotate(45deg) translate(-190px, 0px);
    transform-origin: left;
}
.exit-advisors .bottom-line{
  transform: rotate(-45deg) translate(-180px, 0px);
    transform-origin: left;
}
#partners,
#advisory-board,
#investment{
  align-items: flex-start;
}
.tab .third figure,
.tab .half figure{
  transition: 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #1B383F;
}
.tab .third:hover figure,
.tab .half:hover figure{
      transition: 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
.tab .third figure img,
.tab .half figure img{
       transition: 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}  
.tab .third:hover figure img,
.tab .half:hover figure img{
      mix-blend-mode: screen;
     filter:grayscale();
     transition: 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width:980px){
  #advisory-board .flex-wrap .third,
  #investment .flex-wrap .third{
    width: calc(50% - 15px);
  }
}
@media screen and (max-width:850px){
  #stewards .bg-grey.forty,
  #advisors .bg-grey.forty{
    width:100%;
    padding: 7.5vw 9.25vw;
  }
  #stewards .sixty.bg-white,
  #advisors .sixty.bg-white{
    display: none;
  }
  .tabs-nav {
      display: inline-block;
  }
  #partners,
  #advisory-board,
  #investment{
   height: 100vh;
    opacity: 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
    /*visibility: hidden;*/
    pointer-events: none;
    top: 0;
    left: 0;
    overflow-y: scroll;
    transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    background-color: #E6E7E7;
    padding: 80px 9.25vw;
  }
  #partners{
  	height:100vh;
    padding:80px 0 0;
  }
  body.partners-open{
  	height:100vh;
  	overflow:hidden;
  }
  #advisors .text, 
  #advisors figcaption, 
  #stewards .text, 
  #stewards figcaption, 
  #advisory-board .text, 
  #advisory-board figcaption, 
  #investment .text, 
  #investment figcaption{
    background-color:white;
        flex-grow: 1;
  }

  .partners-open #partners,
  .advisory-board-open #advisory-board,
  .investment-open #investment{
    opacity: 1;
    pointer-events: unset;
    visibility: visible;
    transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .exit-advisors{
    display: block;
  }
  .tabs-nav li button{
    opacity: 1;
    border-bottom: 2px solid;

    -webkit-tap-highlight-color: transparent;

  }
  /*
  #investment .third figure,
  #advisory-board .third figure,
  #partners .third figure,
  #advisors .flex-wrap .third figure{
    height: 35vw;
    min-height: 200px;
  }*/

  #partners figcaption{
    padding: 7.5vw 9.25vw;
  }

}
@media screen and (max-width:650px){
  #advisory-board,
  #investment{
    padding:80px 40px 40px;
  }

  #partners figcaption{
    padding: 40px 40px;
  }
  .exit-advisors{
      left: 47.5px;
  }
}
@media screen and (max-width:580px){
  #advisory-board,
  #investment{
    padding:80px 30px 40px;
  }

  #partners figcaption{
    padding: 40px 30px;
  }
  .exit-advisors{
      left: 37.5px;
  }
}

/*-- experience --*/
#experience h3{
  font-family: 'sweet-sans-pro';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
      position: relative;
    padding: 0 100px 0 0;
}
#experience h3::after {
    content: "";
    width: 3vw;
    height: 3px;
    display: block;
    background: #3D5963;
    right: calc(-100% - 1.5vw);
    position: relative;
    bottom: 11px;
}
#experience figure{
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.25);
  /*mix-blend-mode: screen;
  height:65vh;*/
  height:auto;
  overflow:hidden;
  width:  100%;
} 
#experience figure img{
 /*background-blend-mode: screen, normal;*/
 width:100%;
 /*height: 100%;
 object-fit: cover;*/
 height: auto;
 display: block;
}
#experience .forty.text {
    margin: 0;
    display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /*display: none;*/
    padding: 0;
    position: relative;
}
#experience .flex-wrap .sixty {
    position: relative;
}
#experience .img-panel{
   margin:15vh 0 15vh 0px;
   display: flex;
   flex-wrap: wrap;
}
#experience .img-panel:first-of-type {
    margin-top: 20px;
}
#experience .panel-text{
  padding: 7.25vw 5vw;
  padding: 2.25vw 5vw 2.25vw;
  margin:  0;
  position: absolute;
  top:0;
  left: 0;
  opacity:0;
  transform:translateY(0px);
  transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1), transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
}
#experience #pin.forty.text{
  height:95vh;
  position: sticky;
  top:110px;
}
#experience .panel-text.active{
  opacity:1;
  transform:translateY(0px);
  transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1), transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
#experience .img-panel:nth-of-type(even) figure {
    transform: translateX(4vw);
}
#experience .img-panel figure,
#experience .img-panel figure img {
 /* padding:  0 9vw;*/
}

.panel-text p {
    flex-grow: 1;
    font-size: 1.15vw;
}

#experience h3 {
    font-size: 1.05vw;
    padding: 0 6.15vw 0 0;
}

#experience #panel4.img-panel {
    margin: 15vh 0 25vh 0px;
}
#experience .mob-text{
  display: flex;
  width: 50%;
  display: none;
}
#panel-wrap{
  width:55%;
  padding:0 5% 0 3.75vw;
}
.sticky-header{
  position: sticky;
    top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1;
}
.sticky-header h2{
      margin: 0;
}
@media screen and (min-width:1400px){
  
  #experience .mob-text{
    /*  display: flex;*/
  }
  #experience .panel-text {
    display: flex;
  }
  /*
  #experience .img-panel figure,#experience .img-panel figure img {
  padding:  0 1vw;
  }
  #experience .img-panel .mob-text{ 
     padding:  0 3vw;
  }*/

   
}
/*
@media screen and (max-width:1399px){
  #experience .panel-text {
    display: none;
  }
 
  #experience .img-panel {
     display: block;
    padding: 7.5vw 6.25vw;
    margin: 0;
  }
  #experience .img-panel figure{
    width: 100%;
    }
    #experience .img-panel figure, 
    #experience .img-panel figure img {
      padding: 0;
  }
  #experience .img-panel .mob-text{ 
    width: 100%;
     padding:  0;
     text-align: left;
     display: block;
  }
  #experience h3{
    padding: 0px;
    font-size: 1.5em;
    display: inline-block;
    position: relative;
  }

  #experience h3:before, #experience h3:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    background: #3D5963;
    right: -110px;
    position: absolute;
    bottom: 10px;

  }
  #experience h3:before{
    left: -2%;
    display: none;
  }

  #experience .img-panel:nth-of-type(even) figure {
    transform: translateX(0vw);
  }
  #experience div.pad-box {
      text-align: center;
  }


}
*/

@media screen and (max-width:850px){
/*-- from 1399 px --*/
#experience #pin,
#experience .panel-text {
    display: none;
  }
 
  #experience .img-panel {
     display: block;
    /*padding: 7.5vw 6.25vw;*/
    margin: 0 0 60px;
  }
  #experience .img-panel figure{
    width: 100%;
    }
    #experience .img-panel figure, 
    #experience .img-panel figure img {
      padding: 0;
  }
  #experience .img-panel .mob-text{ 
    width: 100%;
     padding:  0;
     text-align: left;
     display: block;
  }
  #experience h3{
    padding: 0px;
    font-size: 1.5em;
    display: inline-block;
    position: relative;
  }

  #experience h3:before, #experience h3:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    background: #3D5963;
    right: -110px;
    position: absolute;
    bottom: 10px;

  }
  #experience h3:before{
    left: -2%;
    display: none;
  }

  #experience .img-panel:nth-of-type(even) figure {
    transform: translateX(0vw);
  }
  #experience div.pad-box {
      text-align: center;
  }
/*-- end 1399px --*/

  #panel-wrap{
    width:100%;
    padding:0 6.25vw;
  }
  .panel-text p {
      font-size: 1.45vw;
  }
  #experience h3 {
    font-size: 1.5em;
  }
  /*
  #experience h3::after {
     bottom: 3px;

    display: block;
    margin: 0 0 0 2em;
  }
  #experience .img-panel,
  #experience #panel4.img-panel{
     margin: 20vh 0 20vh 5vw;
  }
   #experience #panel1.img-panel{
    margin: 10vh 0 20vh 0vw;
   }
  #experience .img-panel:nth-of-type(even) figure {
      transform: translateX(-5vw);
  }*/
  #experience .panel-text {
    display: none;
    padding: 20vw 5vw 0 5vw;
  }
  #experience .flex-wrap .sixty,
  #experience .flex-wrap .forty{
    width: 50%;
  }
}
@media screen and (max-width:650px){
  #experience .flex-wrap #pin.forty {
    display: none;
  }

   #experience .flex-wrap .sixty{
    width: 100%;
   }
   #experience .img-panel:nth-of-type(even) figure {
    transform: none;
   }
   #experience h2 {
      text-align: center;
  }
  #experience #panel1.img-panel{
    margin: 30px 0 90px;
     padding:0 40px;
  }
 #experience #panel4.img-panel, 
 #experience .img-panel{
     margin: 0 0 90px;
     padding:0 40px;
   }
   #experience figure{
   /* height:50vw;*/
    margin-bottom: 20px;
   }
   #experience #panel3 figure img {
      object-position: 20% 82%;
  }
   #experience h3 {
      font-size: 20px;
  }
  /*
  #experience h3::after{
    width: 30%;
  }*/
}
@media screen and (max-width:580px){
    #experience #panel1.img-panel{
      margin: 20px 0 80px;
       padding:0 30px;
    }
   #experience #panel4.img-panel, 
   #experience .img-panel{
       margin: 0 0 80px;
       padding:0 30px;
     }
}


/*-- locations --*/
#locations .hover-text{
  opacity:0;
  background-color:#1B383FE5;
  padding:7.50vw;
  text-align:center;
  color:#E6E7E7;
  transition: opacity 0.25s cubic-bezier(0.65, 0, 0.35, 1);
  z-index:1;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}

.location-trigger,
.location-exit{
  display: none;
}
#locations .half{
  position: relative;
  cursor: pointer;
  min-height: 53vw;
}
#locations .half:hover .hover-text{
  opacity:1;
    transition: opacity 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}
#locations figure{
  position: absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
}
#locations figcaption{
  display: none;
  padding: 0 20px 30px;
  text-align: center;
  background-color: transparent;
  text-decoration: underline;
}
#locations figure img{
  height:100%;
  width:100%;
  object-fit: cover;
}
#locations h2{
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  margin:0 0 10px;
}
/*
#nashville, 
#birmingham{
  height:100vh;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  pointer-events: none;
  top: 0;
  left: 0; 
  overflow-y:scroll;
   transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.nashville-open #nashville,
.birmingham-open #birmingham{
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
   transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}*/
.exit-location{
  position: absolute;
  top:40px;
  left: 20px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.exit-location svg{
  	display: block;
    width: 30px;
    height: auto;
}
.exit-location .center-line {
    opacity: 0;
}
.exit-location .top-line {
    transform: rotate(45deg) translate(-190px, 0px);
    transform-origin: left;
}
.exit-location .bottom-line {
    transform: rotate(-45deg) translate(-180px, 0px);
    transform-origin: left;
}


#nashville-location,
#birmingham-location{
  	height:100vh;
  	opacity: 0;
  	position: fixed;
  	width: 100%;
  	z-index: 99999;
  	visibility: hidden;
  	pointer-events: none;
  	top: 0;
  	left: 0; 
  	overflow-y:scroll;
	transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
	z-index:5;
	background-color: #1b383f;
	color:white;
}
.nashville-open #nashville-location,
.birmingham-open #birmingham-location{
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
   transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
#nashville-location .pad-box,
#birmingham-location .pad-box{
	padding-top:80px;
}
#exit-birmingham,
#exit-nashville{
  position: absolute;
  top:40px;
  left: 20px;
  cursor: pointer;
}
#exit-birmingham svg,
#exit-nashville svg{
    display: block;
    width: 30px;
    height: auto;
}
#exit-birmingham #center-line2,
#exit-nashville #center-line2 {
    opacity: 0;
}
#exit-birmingham #top-line2,
#exit-nashville #top-line2 {
    transform: rotate(45deg) translate(-190px, 0px);
    transform-origin: left;
}
#exit-birmingham #bottom-line2,
#exit-nashville #bottom-line2 {
    transform: rotate(-45deg) translate(-180px, 0px);
    transform-origin: left;
}


@media only screen and (max-width:950px){
  #locations h2{
      font-size: 35px;
  }
  #locations .hover-text p {
      font-size: 14px;
  }
}
@media only screen and (max-width:750px){
  #locations.flex-wrap{
    display: block;
    text-align: center;
  }
  #locations .half{
    width:100%;
    text-align:center;
    height: auto;
    position: relative;
  }
  #locations .half .hover-text,
  #locations .half:hover .hover-text{
   /* opacity:0;
    visibility: hidden; 
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 2; 
    padding: 60px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;*/
    display: none;
  }
  /*
  #locations .half.open .hover-text{
    opacity:1;
    visibility: visible; 
    pointer-events: unset;
  }*/
  #locations .hover-text h2{
    /*display: none;*/
  }
  #locations figure{
    position: relative;
  }
  #locations figure img {
      object-fit: contain;
  }
  #locations figcaption{
    display: inline-block;
  }
   #locations .hover-text p{
    font-size: 16px;
   }
   .exit-location{
    display: block;
   }
  /*
  #locations .location-trigger{
    display: block;
    text-align: center;
    padding: 0px 20px 30px;
    width: 100%;
    cursor: pointer;
  }
  #locations .location-trigger span{
     text-decoration: underline;
     display: inline-block;
     margin:0px auto 0px;
     color:#1B383F;
  }*/
 
}





/*-- footer --*/
footer{
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items:flex-end;
  background-color: #8BAABD;
  color: #1B383F;
  position: relative;
  overflow: hidden;
}
svg#footer-icon {
    position: absolute;
    right: -10vw;
    width: 65vw;
    height: auto;
    top: -10vw;
    z-index: 0;
}
footer .links,
footer .logo-wrap{
  width:30%;
  position: relative;
  z-index: 1; 
}
footer ul{
  list-style: none;
  margin:0;
  padding:0;
}
footer address{
  font-style: normal;
}
footer h2{
  font-family: "sweet-sans-pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
footer a.tel, footer address{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
footer a,
footer button{
  cursor: pointer;
}
footer .logo {
  width: 35vw;
  display: block;
  max-width: 300px;
  min-width: 190px;
  margin:0 0 30px;
}

footer .logo figure {
  width: 100%;
  display: block;
}
footer .locations li:first-of-type::after{
  content: "";
  width:82px;
  height: 1px;
  display: block;
  background-color: #1B383F;
  margin:30px 0px;
}
footer .links a, 
footer .links button {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: "sweet-sans-pro";
    color: #1B383F;
    margin: 0 0 20px;
    display: inline-block;
    padding-bottom: 0;
    border-bottom: 1px solid;
    line-height: 1.2;
}
@media only screen and (max-width:980px){
  footer{
    display: block;
    text-align: left;
  }
  footer .links, 
  footer .logo-wrap{
    width:100%;
  }
  footer .links{
    margin-top:40px;
  }
  footer .logo {
     width: 100%;

    margin: 0 0 30px;
  }
  footer .logo a {
  width: 100%;
  display: block;

  margin:0 0 30px;
}

  footer .locations li:first-of-type::after{

    margin:30px 0;
  }
}




