﻿@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Slabo 27px';
  font-style: normal;
  font-weight: 400;
  src: local('Slabo 27px'), local('Slabo27px-Regular'), url(https://fonts.gstatic.com/s/slabo27px/v6/mFT0WbgBwKPR_Z4hGN2qgx8D0A.ttf) format('truetype');
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
input[type="submit"]:hover {
  text-decoration: underline;
}
.header a:hover {
  color: #2bbdb9;
}
body {
  background-image: none;
  background-repeat: repeat-y;
  background-position: -28.5em top;
  background-attachment: fixed;
  background-size: cover;
  margin: 70px 0 0 0;
  color: #3b4039;
  font-family: Montserrat;
}
h2 {
  margin: 0;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.4;
}
.hide {
  display: none;
}
.ctaButton {
  display: inline-block;
  margin-bottom: 1em;
  padding: 1em;
  font-weight: bold;
}
.ctaButton--blue {
  color: white;
  background-color: #2bbdb9;
}
#CreditSolutions {
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background-color: black;
  padding: 0 2%;
}
.header .logo {
  display: inline-block;
  z-index: 3;
  width: 85%;
  height: auto;
  position: relative;
}
.header .logo img {
  max-width: 298px;
}
.header h1 {
  display: inline-block;
  margin: 0;
  border-left: solid 1px white;
  padding: 0.6em;
  margin-left: 0.4em;
  color: white;
  vertical-align: top;
  font-weight: 300;
  font-size: 0.8em;
}
.header h1 strong {
  display: block;
}
.header nav ul {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: block;
  height: 100vh;
  width: 100vw;
  background-color: black;
  z-index: 10;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}
.header nav ul.animated {
  -webkit-transform: none;
  transform: none;
}
.header nav .navToggle {
  position: absolute;
  top: 25px;
  right: 23px;
  display: block;
  width: 27px;
  height: 20px;
  background: url(images/nav-toggle.svg) center center no-repeat;
  content: "";
  z-index: 15;
  cursor: pointer;
}
.header.active nav .navToggle {
  position: fixed;
  background-image: url(images/nav-close.svg);
  height: 27px;
}
.header nav ul {
  padding: 5em 0 0 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.header nav ul li a {
  display: inline-block;
  padding: 0.5em 0.8em;
  margin: 0.5em 0;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
}
.header nav ul li a.active {
  color: #2bbdb9;
}
.header nav ul li a.investorLogin {
  border: solid 1px white;
}
.contentSection {
  padding: 1em 10%;
  background: rgba(255, 255, 255, 0.6);
}
.contentSection .sectionHeader {
  position: relative;
  z-index: 2;
  color: #95989a;
  font-size: 0.8em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.contentSection .sectionHeader strong {
  display: block;
  color: #2bbdb9;
  text-transform: none;
  font-size: 2.125em;
  font-weight: 600;
}
blockquote {
  font-weight: 300;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.6;
  margin: 1.5em 0.5em 0 0.5em;
}
blockquote cite {
  position: relative;
  font-style: normal;
  color: #2bbdb9;
  font-family: 'slabo 27px';
  font-size: 1.4em;
}
blockquote cite em {
  position: relative;
  display: block;
  font-size: 0.6em;
  font-style: normal;
  line-height: 1;
  color: grey;
}
blockquote cite em:before,
.contentSection--team .teamSummary a:last-of-type:after,
.contentSection--news a.articleContinue:after,
.contentSection--news .newsHeader:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -14px;
  left: 10%;
  right: 10%;
  height: 10px;
  background-color: #2bbdb9;
}
.contentSection--team .teamSummary a:last-of-type:hover:after,
.contentSection--news a.articleContinue:hover:after {
  -webkit-animation: 0.75s bounceRight;
  animation: 0.75s bounceRight;
}
.introSection {
  padding: 0;
  position: relative;
  min-height: 90vh;
  background-color: #323232;
}
.introSection .headlineWrapper {
  position: relative;
  padding: 3em 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.introSection .headlineWrapper {
  padding: 0;
  min-height: 90vh;
}
.introSection .headlineWrapper .introTiles {
  position: relative;
  height: 43vh;
}
.owl-stage-outer .animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.introSection .headlineWrapper .introTiles .owl-stage-outer,
.introSection .headlineWrapper .introTiles .owl-stage-outer .owl-stage,
.introSection .headlineWrapper .introTiles .owl-stage-outer .owl-item,
.introSection .headlineWrapper .introTiles .owl-stage-outer .owl-item .introTile {
  height: 43vh;
}
.introSection .headlineWrapper .introTiles .owl-stage-outer .owl-item .introTile h1 {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
}
.introSection .headlineWrapper h1 {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  text-shadow: 0.026em 0.039em 0.013em #000;
}
.introSection .headlineWrapper p:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 12px;
  background-color: #dd4045;
}
.introSection .headlineWrapper p {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 48%;
  padding: 2em 10% 0;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
}
.introSection img {
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.introTile {
  padding: 2em 5% 0 5%;
}
.about--copy {
  margin-top: 2em;
}
.about--lists--list {
  margin: 1.5em 0 0 0;
}
.aboutQuote {
  padding: 0 0 1em 0;
}
.owl-item.fadeIn {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.contentSection--strategy .aboutQuotes .owl-dots {
  text-align: right;
}
.contentSection--strategy .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #fff;
  border: solid 1px #2bbdb9;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.contentSection--strategy .owl-theme .owl-dots .owl-dot.active span,
.contentSection--strategy .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #2bbdb9;
}
.contentSection--strategy ul,
.teamSummary ul {
  list-style: none;
  margin: 2em 0 0;
  padding: 0;
}
.contentSection--strategy ul li,
.teamSummary ul li {
  padding: 0 0 2em 1.8em;
  line-height: 1.7;
  background-image: url(images/strategy-bullet.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  font-weight: 300;
}
.contentSection--strategy ul li:last-child,
.teamSummary ul li:last-child {
  background-image: url(images/strategy-bullet-noline.png);
}
.contentSection.contentSection--criteria {
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 3em 0 0 0;
}
/* z-index: 1;
} */
.criteria-bg {
  display: none;
}
.contentSection--criteria .criteria-callout {
  position: relative;
  z-index: 2;
  padding: 1em 10% 2em 10%;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
}
.contentSection--criteria ul {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 3em 0 0 0;
  padding: 1em 5%;
  font-size: 0.8em;
}
.contentSection--criteria ul li {
  position: relative;
  padding-left: 4em;
  margin-bottom: 2em;
}
.contentSection--criteria ul li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  content: " ";
  height: 28px;
  width: 28px;
  background-image: url(images/checkmark-bullet.svg);
  background-repeat: no-repeat;
  background-position: left top;
}
.contentSection--criteria ul li h2 {
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.contentSection--criteria ul li p {
  line-height: 1.8;
  font-size: 1.2em;
  margin: 0.25em 0 0;
}
.contentSection--team {
  padding-top: 4em;
}
.contentSection--team h2 {
  font-size: 2em;
  line-height: 1.4;
}
.contentSection--team .teamSummary a:last-of-type {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  color: #bdd85a;
  font-style: normal;
  font-size: 2.2em;
  font-weight: bold;
  font-family: 'slabo 27px';
  text-decoration: none;
}
.contentSection--team .teamSummary a:last-of-type:after {
  background-color: #bdd85a;
}
.contentSection--investment-lead-in {
  background: #4CBEBA;
  padding: 3em 5%;
}
.contentSection.sectionHeader--white .sectionHeader strong,
.investment-lead-in__copy {
  color: #fff;
}
.ctaButton.ctaButton--white {
  background: #fff;
  color: #4CBEBA;
}
.contentSection.contentSection--contactForm {
  background: none;
  min-height: 0;
  color: #000;
}
input.excluded {
  position: fixed;
  top: -100px;
  left: -100px;
  display: none !important;
}
.contentSection--contactForm fieldset {
  border: none;
  padding: 0;
  margin: 2em 0 0 0;
}
.contentSection--contactForm legend {
  display: none;
}
.contentSection--contactForm label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.contentSection--contactForm .editor-field {
  margin: 0 0 1em 0;
}
.contentSection--contactForm dfn {
  font-style: normal;
}
.contract-intro__map {
  width: 100%;
  height: 300px;
  margin: 2em 0;
}
.contact-intro--contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-intro--contact-info--contact {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  margin: 1em 0;
}
.contact-intro__address p {
  margin: 0;
}
.member-info {
  display: block;
  margin: 0.3em 0;
}
.member-info--name {
  font-weight: 600;
  color: #000;
}
.member-info--title {
  color: #000;
}
.member-info--email {
  color: #dd4045;
  word-break: break-all;
}
/*.member-info--phone {
	color: rgb( 43, 189, 185);
}*/
.member-info--vcard {
  color: #dd4045;
}
.contentSection--contactForm input,
.contentSection--contactForm textarea {
  display: block;
  margin-top: 0.33em;
  padding: 1em;
  width: 100%;
  font-family: Montserrat;
  border: 1px solid #3b4039;
}
.contentSection--contactForm .mapboxgl-marker {
  width: 100px;
  height: 63px;
  background: url(images/map-pin.svg) no-repeat center;
}
.contentSection--contactForm textarea {
  height: 12em;
}
.field-validation-error {
  color: red;
}
.contentSection--contactForm .button dfn {
  display: none;
}
.contentSection--contactForm .button {
  width: auto;
  display: block;
  float: right;
}
.contentSection--contactForm .button input {
  width: auto;
  background-color: #2bbdb9;
  border: none;
  border-radius: 0;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  color: #fff;
  -webkit-appearance: none;
}
.contentSection--contactForm .poohbear {
  display: none;
}
.teamMembers figure {
  text-align: center;
  margin-bottom: 2em;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin: 0;
}
.teamMembers figure .member-image {
  margin: 0 auto;
  width: 60%;
  max-width: 300px;
  border: solid 2px #95989a;
  padding-bottom: 68%;
  background-size: cover;
  background-repeat: no-repeat;
}
.teamMembers figure h3 {
  font-weight: 600;
  margin: 0.6em 0 0 0;
}
.teamMembers figure .title {
  font-family: 'slabo 27px';
  color: #dd4045;
  margin: 0.25em 0 0.5em;
  font-size: 0.9em;
}
.teamMembers figure .bio {
  text-align: left;
  line-height: 1.6;
}
.teamMembers .bioLinks {
  margin-bottom: 3em;
  margin-top: 1em;
}
.teamMembers .bioLinksSeparator {
  width: 60%;
  margin: -1em auto 3em auto;
  border: solid 0px black;
  border-bottom-width: 1px;
}
.teamMembers figure:last-of-type .bioLinksSeparator {
  display: none;
}
.teamMembers figure .memberLinkedin,
.teamMembers figure .memberEmail {
  display: inline-block;
  width: 24px;
  height: 27px;
  margin: 0 0.5em;
  background-repeat: no-repeat;
  background-position: bottom;
}
.teamMembers figure .memberLinkedin {
  background-image: url(images/icon-linkedIn.svg);
}
.teamMembers figure .memberEmail {
  background-image: url(images/icon-email.svg);
}
.teamMembers figure .viewBio,
.teamMembers figure .closeBio {
  display: none;
}
.contentSection.contentSection--news {
  background: #3b4039;
  color: #fff;
}
.contentSection--news .newsHeader {
  position: relative;
  margin: 2em auto;
  display: inline-block;
  color: #fff;
  font-size: 1.7em;
  font-weight: 600;
  text-align: center;
}
.contentSection--news .newsHeader:after {
  background-color: #bdd85a;
}
.contentSection--news .articleHeader {
  font-size: 1.2em;
  color: #bdd85a;
}
.contentSection--news .articleDate {
  font-family: 'slabo 27px';
  font-size: 1em;
}
.contentSection--news .articleSummary {
  color: #c8c8c8;
}
.contentSection--news a.articleContinue {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  margin: 0 0 2em;
  color: #fff;
  text-decoration: none;
}
.contentSection--news a.articleContinue:after {
  background-color: #dd4045;
}
.news-section__article {
  color: #fff;
  padding: 1em 5%;
  position: relative;
}
.news-section__close {
  padding: 0px 29px 2px 0;
  position: absolute;
  top: 0;
  right: 5%;
  border: none;
  background: url(images/nav-close.svg) no-repeat right;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
}
.news-section__article h1,
.news-section__article .addthis_toolbox {
  display: none;
}
.news-section__article h2 {
  margin-top: 2em;
  font-size: 1.8em;
  font-weight: 800;
  -webkit-column-span: all;
  column-span: all;
}
.news-section__article h2 em {
  display: block;
  font-family: 'slabo 27px';
  font-weight: 100;
  font-size: 0.65em;
  line-height: 1.4;
  font-style: normal;
}
.news-section__article h3 {
  clear: both;
  display: block;
  padding-top: 1em;
  margin: 1em 0 0;
  font-size: 1.4em;
  font-weight: 600;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}
.news-section__article p {
  margin: 0.8em 0;
  line-height: 1.6em;
  font-weight: 300;
}
.news-section__article p strong {
  font-weight: 600;
}
.news-section__article a,
.news-section__article a:link,
.news-section__article a:visited {
  line-height: 1.4;
  color: #bdd85a;
}
.news-section__article a:active,
.news-section__article a:hover {
  color: #dd4045;
}
.footer {
  background: #dd4045;
  padding: 1em;
  color: #fff;
  text-align: center;
}
.footer a {
  display: block;
  margin: 1em 0;
  color: #fff;
  text-transform: uppercase;
}
.footer p {
  margin-top: 0.2em;
}
.footer p:first-of-type {
  margin-top: 3em;
  margin-bottom: 0.2em;
}
.investment-lead-in__investment {
  /* width: 190px;
    height: 190px; */
}
.investment-lead-in__image-wrap {
  background: #fff;
  padding: 2em 0;
  margin: 0 auto 1em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.investment-lead-in__investment-image {
  display: block;
  margin: auto auto;
  width: auto;
  max-height: 65px;
}
.investment-lead-in__investment-location,
.investment-lead-in__investment-industry {
  color: #fff;
  font-size: 1.17em;
}
.investment-lead-in__investment-location {
  font-weight: 100;
}
.investment-lead-in__investment-industry {
  font-weight: 600;
}
@media only screen and (min-width: 430px) {
  /* 430 */
  .investment-lead-in__investment-image {
    max-height: 100px;
  }
  .investment-lead-in__image-wrap {
    padding: 2.5em 0;
  }
}
/********************************************* INVESTMENTS PAGE *************************************************/
.investments-filter img {
  max-width: 180px;
  height: auto;
}
.investments-filter__header {
  background: #4CBEBA;
  color: #fff;
  padding: 3em 1.5em 2.625em 1.5em;
}
.investments-filter__title {
  font-size: 1.7em;
}
.investments-filter__controls-wrap {
  position: relative;
}
.investments-filter__controls-label {
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  font-size: 0.875em;
  margin-bottom: 0.18em;
}
.investments-filter__controls-label--industry-filter {
  width: 115px;
  vertical-align: baseline;
}
.investments-filter__state-selector {
  list-style: none;
  display: inline-block;
  padding: 0;
  font-size: 0.875em;
}
.investments-filter__state {
  display: inline-block;
  padding: 0 0.5em;
  cursor: pointer;
  position: relative;
}
.investments-filter__state:hover {
  opacity: 0.8;
}
.investments-filter__state:after {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -0.25em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s 0.15s;
  transition: 0.3s 0.15s;
}
.investments-filter__state--active:after {
  width: 80%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.investments-filter__state--active:hover:after {
  width: 90%;
}
.investments-filter__industry-select {
  font-family: Montserrat;
}
.investments-filter__industry {
  padding: 0.25em 0.5em;
}
.investments {
  padding: 2.625em 1.5em;
  background: #3B4039;
}
.investments__investment {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.investments__investment.filtered {
  display: none;
}
.investments__investment-card {
  padding: 1em;
  margin: 0 auto 1.875em auto;
  max-width: 345px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 8px solid transparent;
  background: #fff;
  text-align: center;
}
.investments__investment-card:hover {
  -webkit-box-shadow: 0 0 5px 1px #000;
  box-shadow: 0 0 5px 1px #000;
  border: 8px solid #4CBEBA;
}
.investments__investment-card img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  max-width: 80%;
  max-height: 105px;
}
.investments__investment-card img:last-child {
  max-height: 45px;
}
.investments__investment-card:hover img {
  z-index: 10;
}
.investments__investment-card p {
  font-size: 0.8em;
  margin-top: 1.25em;
}
.investments__investment-image,
.investments__investment-portfolio-co {
  display: block;
  margin: 0 auto;
}
/* Prevent scrolling when modal is open */
body.modal-showing {
  overflow: hidden;
}
.modal-bg {
  display: none;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
}
.investment-modal {
  display: none;
  position: fixed;
  max-width: 960px;
  width: 90%;
  max-height: 80vh;
  border: 5px solid #4CBEBA;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  cursor: default;
  padding: 2.1875em 2.5em;
  z-index: 999;
}
.investment-modal__close-btn {
  font-size: 1.5em;
  position: absolute;
  top: 0.75em;
  right: 0.5em;
  color: #000;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.investment-modal__close-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.investments-filter .investment-modal__investment-img {
  display: block;
  margin: 0 auto 1.75em auto;
  max-width: none;
  max-height: 10vh;
}
.investment-modal__copy {
  /* font-size: 0.8125em; */
}
.investment-modal__sidebar-term {
  font-size: 0.8em;
}
.investment-modal__sidebar-term:last-of-type {
  margin-top: 4em;
}
.investment-modal__sidebar-dfn {
  margin-left: 0;
  margin-bottom: 1em;
}
.investment-modal__sidebar-dfn:last-of-type {
  margin-top: 1em;
}
@media only screen and (min-width: 28.125em) {
  /* 450 */
  .investments-filter__controls-label--industry-filter {
    width: auto;
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 34.375em) {
  /* 550 */
  .investment-modal {
    /* max-height: none;
		overflow: hidden; */
    padding: 1.5em 2.5em 2.1875em 2.5em;
  }
  .investment-modal__copy,
  .investment-modal__sidebar {
    float: left;
  }
  .investment-modal__copy {
    width: 56%;
    padding-right: 1em;
    margin-right: 4%;
    max-height: 60vh;
    overflow-y: auto;
  }
  .investment-modal__sidebar {
    width: 40%;
  }
}
@media only screen and (min-width: 37.5em) {
  /* 600 */
  .investments__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .investments__investment {
    width: 48%;
    padding-bottom: 2%;
  }
  .investments__investment-card {
    max-width: none;
    margin: 0;
    height: 100%;
  }
  .investments-filter__industry-selector {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 60%;
  }
}
@media screen and (min-width: 48em) {
  /* 768 */
  body {
    background-position: -48em top;
    margin: 65px 0 0 0;
  }
  .header nav ul {
    opacity: 1;
  }
  .memberFigures {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .teamMembers .bioLinksSeparator {
    display: none;
  }
  .teamMembers figure .member-image {
    width: 100%;
    padding-bottom: 125%;
  }
  .teamMembers figure {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-right: 5%;
  }
  .teamMembers figure:nth-of-type(2n) {
    margin-right: 0;
  }
  .introTile {
    font-size: 1.7em;
    padding: 0;
  }
  .introSection .headlineWrapper p {
    font-size: 1.4em;
  }
  .contentSection {
    padding: 3em 12.5% 3em;
  }
  .contentSection--criteria ul {
    -webkit-columns: 2;
    columns: 2;
    padding: 1em 12.5%;
    -webkit-column-gap: 3em;
    column-gap: 3em;
  }
  .contentSection--criteria ul li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
  .contentSection--news .newsListing {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .contentSection.contentSection--news {
    padding: 1em 5% 3em;
  }
  .contact-intro--contact-info--contact {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .newsListing-article {
    padding-right: 1em;
    width: 31%;
  }
  .footer {
    font-size: 0.7em;
  }
}
@media only screen and (min-width: 48.0625em) {
  /* 769 */
  .header nav .navToggle {
    display: none;
  }
  .header nav ul {
    width: 100%;
    padding-top: 0;
    position: static;
    height: auto;
    -webkit-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header nav ul li a {
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 48.4375em) {
  .investments-filter__industry-selector {
    width: 415px;
  }
}
@media only screen and (min-width: 53.125em) {
  /* 850 */
  .investments__investment {
    width: 31%;
  }
  .investments__investment-card {
    margin: 0 0 0.8em 0;
  }
}
@media screen and (min-width: 56.25em) {
  /* 900 */
  body {
    background-position: 50% top;
  }
  .header nav ul {
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
  .header.header--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0.5em 5%;
    background-color: #000000;
  }
  .teamOverlay {
    display: none;
    min-height: 600px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: -5px;
    background: #fff;
    z-index: 4;
  }
  .contentSection {
    position: relative;
    padding: 0 5%;
    overflow: hidden;
  }
  .contentSection .sectionHeader {
    text-align: left;
    margin: 4em 0 2em 0;
  }
  .contentSection .sectionHeader strong {
    display: inline-block;
    vertical-align: middle;
    line-height: 0.7;
    margin-left: 0.6em;
    font-size: 3.5em;
  }
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0.5em 5%;
    background-color: #000000;
    width: 100%;
    z-index: 100;
    /* align-items: center; */
  }
  .header .logo {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex: 25%;
  }
  .header .logo,
  .header .logo img {
    max-width: 275px;
  }
  .header nav ul,
  .header.active nav ul {
    /* -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0); */
  }
  .introTile {
    font-size: 2em;
  }
  .introSection .headlineWrapper p {
    font-size: 1.6em;
  }
  /*	.introSection .headlineWrapper h1 {
				position: absolute;
				font-size: 4em;
				width: 80%;
				top: 50%;
				transform: translateY(-50%);
			}*/
  .contentSection--strategy .about {
    float: right;
    width: 51%;
    padding: 0 0 0 8em;
  }
  .about--lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about--lists--list {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .about--lists--list:first-child {
    padding-right: 2em;
  }
  .contentSection--strategy .about--intro {
    float: left;
    width: 48%;
    padding: 0 4em 0 0;
  }
  .contentSection--strategy .aboutQuotes {
    width: 100%;
  }
  blockquote cite em:before {
    left: 50%;
    right: 0%;
    bottom: -20px;
  }
  .contentSection--strategy blockquote {
    text-align: right;
  }
  .contentSection--strategy blockquote p {
    font-size: 1.5em;
    text-align: left;
  }
  .contentSection--strategy ul li:last-child {
    padding-bottom: 1em;
  }
  .contentSection.contentSection--criteria {
    padding: 0 5% 1em;
  }
  .contentSection--criteria ul {
    -webkit-columns: 2;
    columns: 2;
    padding: 0;
  }
  .contentSection--criteria .criteria-callout {
    padding: 2em 10% 2em 10%;
    font-size: 2.4em;
  }
  .contentSection--criteria ul li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
  .contentSection--criteria ul li:first-child h2 {
    margin-top: 0;
  }
  .contentSection--team h2 {
    margin-bottom: 1em;
  }
  .contentSection--contactForm fieldset {
    margin: 0;
    padding: 0;
    width: 45%;
    float: right;
    border: none;
  }
  .contentSection--contactForm .contact-intro {
    width: 45%;
    float: left;
  }
  .contentSection--contactForm .label--half {
    width: 100%;
  }
  .contentSection--contactForm .label--full input,
  .contentSection--contactForm .label--full textarea {
    width: 100%;
  }
  .teamSummary {
    width: 45%;
    float: left;
  }
  .contentSection--team .teamSummary a:last-of-type {
    font-size: 1.8em;
  }
  .teamMembers {
    position: relative;
    float: right;
    width: 43%;
    z-index: 10;
  }
  .memberFigures {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .memberFigures.active {
    display: block;
  }
  .teamMembers figure {
    position: relative;
    text-align: left;
    margin: 0 2% 2em 0;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    -ms-flex: 31%;
    min-width: 0;
    max-width: 31%;
  }
  .teamMembers figure:nth-of-type(2n) {
    margin-right: 2%;
  }
  .teamMembers figure .bioLinks {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 0;
    padding-bottom: 127%;
    background-color: #3b4039;
  }
  .teamMembers figure:hover .bioLinks {
    display: block;
  }
  .teamMembers figure .bioLinks a {
    display: block;
    position: absolute;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .teamMembers figure .bioLinks a.viewBio {
    top: 16%;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .teamMembers figure .bioLinks a.memberLinkedin {
    background-image: url(images/icon-linkedIn-white.svg);
    background-position: center;
    background-size: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 60%;
    padding: 2.6vw 0;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
  }
  .teamMembers figure .bioLinks a.memberEmail {
    bottom: 12%;
    background-image: url(images/icon-email-white.svg);
  }
  .memberFigures.active figure {
    display: none;
  }
  .memberFigures.active figure.active {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    min-height: 330px;
    z-index: 3;
    background-color: #fff;
  }
  .teamMembers figure.active .member-image {
    width: 35%;
    position: absolute;
    right: 0;
    padding-bottom: 43%;
  }
  .teamMembers figure.active figcaption {
    width: 55%;
    height: 100%;
    float: left;
    margin-right: 2vw;
  }
  .teamMembers figure .bio {
    display: none;
  }
  .teamMembers figure.active .bio {
    height: 100%;
    display: block;
    color: #95989a;
    line-height: 1.8;
    overflow-y: auto;
  }
  .teamMembers figure.active h3 {
    font-size: 2em;
    margin: 0 0 0.5em 0;
  }
  .teamMembers figure.active .bioLinks {
    display: inline-block;
    position: absolute;
    right: 0;
    left: auto;
    width: 35.5%;
    padding: 44% 0em 0em 0;
    background: none;
    text-align: right;
  }
  .teamMembers figure.active .bioLinks a {
    display: inline-block;
    width: 11%;
    height: 30px;
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    margin: 1.5vw 0.5em;
    background-size: contain;
    background-position: bottom;
  }
  .teamMembers figure.active .bioLinks a.viewBio {
    display: none;
  }
  .teamMembers figure.active .bioLinks a.memberLinkedin {
    background-image: url(images/icon-linkedIn.svg);
    border: none;
  }
  .teamMembers figure.active .bioLinks a.memberEmail {
    background-image: url(images/icon-email.svg);
  }
  .teamMembers figure.active .closeBio {
    display: block;
    height: 1em;
    width: 4em;
    position: absolute;
    top: -70px;
    right: 0;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
  }
  .teamMembers figure.active .closeBio:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 16px;
    width: 16px;
    background-image: url(images/team-close.svg);
    background-repeat: no-repeat;
    background-position: left top;
    content: " ";
  }
  .contentSection--investment-lead-in {
    padding-bottom: 3em;
  }
  .investment-lead-in__section--info {
    margin-bottom: 2.5em;
  }
  .investment-lead-in__investment {
    margin: 0 auto 2em auto;
  }
  .investment-lead-in__investment-location {
    font-weight: 100;
  }
  .investment-lead-in__investment-industry {
    font-weight: 600;
  }
  .investment-lead-in__investment-location,
  .investment-lead-in__investment-industry {
    color: #fff;
    font-size: 1em;
    margin: 0;
  }
  .contact-intro--contact-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contact-intro--contact-info--contact {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: left;
  }
  .contentSection.contentSection--news {
    padding: 3em 5%;
    min-height: 0;
  }
  .contentSection--news .newsHeader {
    margin: 0 0 2em 0;
    padding: 0;
    text-align: left;
  }
  .footer {
    text-align: left;
    padding: 3em 5%;
  }
  .footer a {
    display: inline-block;
    border-right: solid 1px #fff;
    margin: 0 0.3em 0 0;
    padding-right: 0.5em;
  }
  .footer a:last-of-type {
    border-right: 0;
  }
  .footer p.copyright {
    float: right;
    margin: 0;
  }
  .investments-filter__header {
    padding: 3em 5% 0.5em 5%;
  }
  .investments-filter__title {
    font-size: 2.8em;
  }
  .investments-filter__controls-wrap {
    display: inline-block;
  }
  .investments-filter__controls-wrap:first-child {
    margin-right: 1.5em;
  }
}
@media only screen and (min-width: 35.9375em) {
  /* 575 */
  .contentSection--investment-lead-in .investment-lead-in__section--investment-listing .investment-lead-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .investment-lead-in__investment {
    padding: 0 0.75em;
    margin: 0 auto;
  }
  .investment-lead-in__investment-image {
    max-height: 80px;
  }
}
@media only screen and (min-width: 56.25em) {
  /* 900 */
  .contentSection--investment-lead-in .investment-lead-in__section--investment-listing .investment-lead-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contentSection--investment-lead-in .investment-lead-in__section--investment-listing .investment-lead-in .investment-lead-in__investment {
    width: 25%;
  }
  .investment-lead-in__section {
    width: 50%;
  }
  .investment-lead-in__section--info {
    padding-right: 10%;
  }
  /*.investment-lead-in__section--investment-listing {
		padding-top: 4em;
	}*/
  .investment-lead-in__investment {
    margin-bottom: 1.5em;
  }
  .investment-lead-in__investment-image {
    max-height: 65px;
  }
}
@media only screen and (min-width: 62.5em) {
  /* 1000 */
  .investment-lead-in__section--info {
    width: 40%;
    padding-right: 3%;
  }
  /*.investment-lead-in__section--investment-listing {
		width: 60%;
	}*/
  .header {
    padding: 1em 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header .logo {
    width: 275px;
  }
  .header .logo img {
    width: 100%;
    height: auto;
  }
  .header nav ul,
  .header.active nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header nav ul li a {
    margin: 0 0.6em;
  }
  .contact-intro--contact-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contentSection {
    padding: 0 5% 6em;
  }
  .contentSection.contentSection--criteria {
    padding: 0 5% 1em;
  }
  .contentSection .sectionHeader {
    margin: 9em 0 4em 0;
  }
  .contentSection .sectionHeader--reversed {
    margin-top: 1em;
  }
  blockquote cite:before,
  .contentSection--team .teamSummary a:last-of-type:after,
  .contentSection--news a.articleContinue:after,
  .contentSection--news .newsHeader:after {
    left: 0;
    right: -20%;
  }
}
@media screen and (min-width: 64em) {
  /* 1024 */
  .investments-filter__controls-wrap:first-child {
    margin-right: 4em;
  }
}
@media screen and (min-width: 70em) {
  body {
    background-image: url(images/bg-river.svg);
  }
  .introTile {
    font-size: 2.2em;
  }
  .introSection .headlineWrapper {
    background-attachment: fixed;
  }
  .introSection .headlineWrapper p {
    font-size: 1.7em;
  }
  .contentSection,
  .contentSection.contentSection--criteria {
    padding: 0 4% 1em 4%;
    background-attachment: fixed;
  }
  .contentSection .sectionHeader {
    margin: 9em 0 4em 0;
  }
  .contentSection .sectionHeader--reversed {
    margin-top: 1em;
  }
  .contentSection--investment-lead-in {
    padding-bottom: 3em;
  }
  .news-section__article {
    padding: 1em 15%;
  }
  .contactInfo {
    -webkit-column-span: all;
    column-span: all;
  }
  .contact-intro--contact-info--contact {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media only screen and (min-width: 75em) {
  /* 1200 */
  .investments__wrap {
    width: 1000px;
    margin: 0 auto;
  }
  .investments__investment-card {
    padding: 2em 0.625em 2em 0.625em;
    margin: 0 0 1em 0;
  }
}
@media screen and (min-width: 81.25em) {
  /* 1300 */
  .investment-lead-in__image-wrap {
    padding: 4em 0;
  }
  .investment-lead-in__investment-image {
    max-height: 100px;
  }
}
@media screen and (min-width: 90em) {
  .contentSection,
  .contentSection.contentSection--criteria {
    padding: 0 5% 1em 5%;
  }
  .contentSection .sectionHeader {
    margin: 10em 0 6em 0;
  }
  .contentSection .sectionHeader--reversed {
    margin-top: 1em;
  }
  .news-section__article {
    padding: 1em 20%;
  }
  .contentSection.contentSection--investment-lead-in {
    padding: 3em 5%;
  }
  .contentSection.contentSection--investment-lead-in .sectionHeader {
    margin-top: 1em;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-8px) translateX(50%);
    transform: translateY(-8px) translateX(50%);
  }
  50% {
    -webkit-transform: translateY(-4px) translateX(50%);
    transform: translateY(-4px) translateX(50%);
  }
  100% {
    -webkit-transform: translateY(-8px) translateX(50%);
    transform: translateY(-8px) translateX(50%);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-8px) translateX(50%);
    transform: translateY(-8px) translateX(50%);
  }
  50% {
    -webkit-transform: translateY(-4px) translateX(50%);
    transform: translateY(-4px) translateX(50%);
  }
  100% {
    -webkit-transform: translateY(-8px) translateX(50%);
    transform: translateY(-8px) translateX(50%);
  }
}
@-webkit-keyframes bounceRight {
  0% {
    right: -20%;
  }
  50% {
    right: 20%;
  }
  100% {
    right: -20%;
  }
}
@keyframes bounceRight {
  0% {
    right: -20%;
  }
  50% {
    right: 20%;
  }
  100% {
    right: -20%;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#main {
  margin-top: 140px;
}
#main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
#main h1 {
  font-size: 3.5em;
}