/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
.header {
  background-color: white;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box; }
  .header::after {
    display: block;
    content: "";
    clear: both; }
  .header .social-icons {
    width: 100%;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 0; }
    @media (max-width: 768px) {
      .header .social-icons {
        position: relative;
        display: block;
        float: right; } }
    .header .social-icons a {
      width: 20px;
      height: 20px;
      display: inline-block;
      margin: 0 20px; }
      @media (max-width: 768px) {
        .header .social-icons a {
          padding-right: 0; } }
      .header .social-icons a img {
        height: 100%;
        width: 100%;
        border-bottom: none;
        margin-top: 0;
        padding: 0; }
  .header img {
    width: 500px;
    padding: 20px 50px;
    border-bottom: 1px solid grey;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .header img {
        width: 60%;
        margin-top: 0; } }
  .header .nav {
    margin: 20px; }
    .header .nav a {
      font-style: italic;
      text-transform: uppercase;
      color: black;
      text-decoration: none;
      margin: 10px;
      padding-bottom: 3px;
      display: inline-block;
      transition: color .5s ease; }
      .header .nav a h5 {
        display: inline; }
      .header .nav a:hover {
        color: grey; }
    .header .nav a:after {
      content: '';
      display: block;
      margin: auto;
      height: 1px;
      width: 0px;
      background: transparent;
      transition: width .5s ease, background-color .5s ease; }
      @media (max-width: 768px) {
        .header .nav a:after {
          display: none; } }
    .header .nav a:hover:after {
      width: 100%;
      background: grey; }
      @media (max-width: 768px) {
        .header .nav a:hover:after {
          display: none; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow: hidden; }

body {
  line-height: 1;
  overflow: auto; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.hero {
  margin-top: 50px;
  width: 80%;
  margin-bottom: 75px;
  margin: 0 auto 75px auto; }
  .hero img {
    width: 100%; }
  @media (max-width: 768px) {
    .hero {
      width: 100%;
      margin-top: 0;
      margin-bottom: 0; } }

.about-us .text p {
  margin-bottom: 1em; }

.about-us .diamonds {
  font-size: 0;
  width: 40vw;
  transform: rotate(45deg);
  margin: 150px auto;
  display: inline-block; }
  @media (min-width: 1400px) {
    .about-us .diamonds {
      width: 791px; } }
  @media (max-width: 768px) {
    .about-us .diamonds {
      margin: 50px auto; } }
  .about-us .diamonds .diamond {
    width: 20vw;
    height: 20vw;
    display: inline-block;
    position: relative;
    color: #fff; }
    @media (min-width: 1400px) {
      .about-us .diamonds .diamond {
        width: 300px;
        height: 300px; } }
    .about-us .diamonds .diamond.one {
      background-color: #afb6ca; }
      .about-us .diamonds .diamond.one .diamond-text {
        padding-top: 10px; }
        @media (max-width: 768px) {
          .about-us .diamonds .diamond.one .diamond-text {
            padding-top: 0; } }
    .about-us .diamonds .diamond.two, .about-us .diamonds .diamond.three {
      background-color: #9399ab; }
    .about-us .diamonds .diamond.two .diamond-text {
      padding-top: 10px; }
      @media (max-width: 768px) {
        .about-us .diamonds .diamond.two .diamond-text {
          padding-top: 0; } }
    .about-us .diamonds .diamond.three .diamond-text {
      padding-top: 10px; }
      @media (max-width: 768px) {
        .about-us .diamonds .diamond.three .diamond-text {
          padding-top: 0;
          transform: rotate(-45deg) translateY(calc(50% - 1.2em)); } }
    .about-us .diamonds .diamond.four {
      background-color: #585e70; }
    .about-us .diamonds .diamond .diamond-text {
      font-size: 17px;
      transform: rotate(-45deg) translateY(50px);
      position: absolute;
      width: 20vw;
      height: 20vw;
      box-sizing: border-box; }
      @media (min-width: 1400px) {
        .about-us .diamonds .diamond .diamond-text {
          width: 300px;
          height: 300px; } }
      @media (max-width: 768px) {
        .about-us .diamonds .diamond .diamond-text {
          transform: rotate(-45deg) translateY(calc(50% - 1em)); } }
      @media (max-width: 768px) {
        .about-us .diamonds .diamond .diamond-text br {
          display: none; } }
      .about-us .diamonds .diamond .diamond-text h3 {
        font-style: italic;
        font-size: 2vw;
        line-height: 1em; }
        @media (max-width: 768px) {
          .about-us .diamonds .diamond .diamond-text h3 {
            font-size: 65%; } }
        @media (min-width: 1400px) {
          .about-us .diamonds .diamond .diamond-text h3 {
            font-size: 30px;
            line-height: 30px; } }
      .about-us .diamonds .diamond .diamond-text div {
        font-size: 1.2vw;
        line-height: 1.5em; }
        @media (max-width: 768px) {
          .about-us .diamonds .diamond .diamond-text div {
            display: none; } }
        @media (min-width: 1400px) {
          .about-us .diamonds .diamond .diamond-text div {
            font-size: 17px;
            line-height: 25px; } }

.about-us .disclaimer {
  font-size: 15px;
  margin-top: 25px; }
  @media (max-width: 768px) {
    .about-us .disclaimer {
      display: none; } }

.team h2 {
  margin-bottom: 0 !important; }

.team .team-member {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #6d6370; }
  .team .team-member::after {
    display: block;
    content: "";
    clear: both; }
  @media (max-width: 768px) {
    .team .team-member {
      margin: 20px auto;
      padding: 0; } }
  .team .team-member:last-of-type {
    border: none; }
  .team .team-member h3 {
    font-size: 23px;
    color: #808080;
    font-weight: bold; }
  .team .team-member h4 {
    font-size: 19px; }
  @media (max-width: 768px) {
    .team .team-member .member-name,
    .team .team-member .member-title {
      display: none; } }
  .team .team-member .member-info {
    float: left;
    width: 33%; }
    .team .team-member .member-info img {
      margin-top: 20px;
      width: 100%; }
    @media (max-width: 768px) {
      .team .team-member .member-info {
        float: none;
        width: 100%; } }
  .team .team-member .mobile-info {
    display: none;
    text-align: center; }
    @media (max-width: 768px) {
      .team .team-member .mobile-info {
        display: block; } }
  .team .team-member .description {
    float: right;
    width: calc(66% - 24px);
    font-size: 15px;
    margin-left: 24px;
    padding-top: 20px; }
    .team .team-member .description p {
      margin-bottom: 1em;
      line-height: 20px; }
    @media (max-width: 768px) {
      .team .team-member .description {
        float: none;
        width: 100%;
        margin-left: 0; } }

.portfolio h3 {
  color: #6d6d6f;
  font-size: 26px;
  margin-top: 2em;
  margin-bottom: 1em; }

.portfolio .sectors {
  margin: 20px; }
  .portfolio .sectors .sector {
    width: 27%;
    height: auto;
    display: inline-block;
    margin: 20px 20px 0 0; }
    @media (max-width: 768px) {
      .portfolio .sectors .sector {
        margin: 5% 5% 0 0;
        width: 40%; } }
  .portfolio .sectors .disclaimer {
    font-size: 10px;
    text-align: left;
    padding-left: 15%;
    max-width: 70%;
    margin-bottom: 75px; }
    @media (max-width: 768px) {
      .portfolio .sectors .disclaimer {
        padding-left: 0;
        max-width: 100%; } }

.portfolio .investments {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px; }
  @media (max-width: 768px) {
    .portfolio .investments {
      margin-top: 20px; } }
  .portfolio .investments img {
    box-sizing: border-box;
    max-height: 180px;
    height: auto;
    width: 33%;
    padding: 2.5%;
    vertical-align: middle; }
    @media (max-width: 1024px) {
      .portfolio .investments img {
        max-height: 120px; } }
    @media (max-width: 768px) {
      .portfolio .investments img {
        max-height: 180px;
        width: 50%;
        padding: 5%; } }
    @media (max-width: 520px) {
      .portfolio .investments img {
        max-height: 120px;
        width: 50%;
        padding: 5%; } }
  .portfolio .investments #lowa-logo {
    max-height: 130px; }
    @media (max-width: 520px) {
      .portfolio .investments #lowa-logo {
        max-height: 100px; } }

footer {
  text-align: center;
  background-color: white;
  width: 100vw;
  padding: 20px;
  box-sizing: border-box;
  font-size: 12px; }
  footer p {
    margin: .5em; }
  footer .social-icons a {
    text-decoration: none; }
    footer .social-icons a img {
      margin: 10px;
      width: 20px; }

html {
  overflow: auto; }

body {
  color: #808080;
  font-size: 15px;
  font-weight: lighter;
  -webkit-font-smoothing: antialiased;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

a {
  color: #a4a6a9;
  text-decoration: none; }

.content-wrapper {
  background-image: url("../images/gradient.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll; }
  .content-wrapper .content {
    padding: 60px 40px;
    max-width: 1400px;
    margin: auto;
    z-index: 1; }
    @media (max-width: 768px) {
      .content-wrapper .content {
        padding: 0; } }

.section {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 65%;
  margin: 100px auto;
  padding: 50px;
  font-size: 24px; }
  @media (max-width: 768px) {
    .section {
      width: 100%;
      box-sizing: border-box;
      margin: 50px auto; } }
  .section:last-of-type {
    margin-bottom: 0; }
  .section h2 {
    font-weight: bold;
    border-bottom: 1px solid #6d6e70;
    font-size: 30px;
    color: #6d6d6f;
    display: inline-block;
    margin-bottom: 33px;
    padding-bottom: 10px; }

/* Text styles */
.section-title {
  font-size: 30.8px;
  font-weight: 900;
  letter-spacing: -0.3px;
  color: #6d6d6f;
  color: #6d6d6f; }

.diamond-title {
  font-size: 29.5px;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  color: #ffffff; }

.about-name {
  font-size: 28.3px;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #808080;
  color: #808080; }

.subsection-title {
  font-size: 27px;
  letter-spacing: -0.4px;
  color: #6d6d6f;
  color: #6d6d6f; }

.body-text {
  font-size: 22.7px;
  font-weight: 300;
  line-height: 1.07;
  letter-spacing: 0.6px;
  text-align: center;
  color: #808080;
  color: #808080; }

.about-title {
  font-size: 19.2px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #808080;
  color: #808080; }

.diamond-text {
  font-size: 17.2px;
  color: #ffffff;
  color: #ffffff; }

.about-bio {
  font-size: 15.1px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #808080;
  color: #808080; }

.menu-text {
  font-size: 15.1px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
  text-align: left;
  color: #808080;
  color: #808080; }

.small-tile-text {
  font-size: 12.9px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  color: #ffffff; }

.small-legal-text {
  font-size: 9.8px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.3px;
  color: #808080;
  color: #808080; }

.footer-text {
  font-size: 9.1px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #808080;
  color: #808080; }

/* latest udpates*/
.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/wood-bg.jpg);
  background-size: cover; }

.wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: 100%;
  max-width: 1022px;
  z-index: 10;
  transform: translate(-50%, -50%);
  background-color: white;
  /*.copy {
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 34.6%;
    transform: translate(-50%, -50%);
    width: 56%;
    text-align: center;
    line-height: 1.45em;

    p {
      margin-bottom: 1.5em;
    }

    .patience {
      font-weight: bold;
      font-size: 25px;
    }
  }*/ }
  .wrapper .breamhall-logo {
    left: 50%;
    top: 9%;
    width: 39%;
    height: 7%;
    position: absolute;
    transform: translateX(-50%); }
  .wrapper .img-copy {
    position: absolute;
    left: 50%;
    top: 24.4%;
    width: 39.7%;
    height: 17.2%;
    transform: translateX(-50%); }
    .wrapper .img-copy .copy {
      display: inline-block;
      background-image: url(../images/copy.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .wrapper footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 0; }

@media only screen and (max-width: 1024px) {
  .wrapper {
    width: 80%; }
    .wrapper .breamhall-logo {
      width: 55%; }
    .wrapper .img-copy {
      width: 68%; } }

@media only screen and (max-width: 750px) {
  .wrapper .breamhall-logo {
    width: 55%;
    height: 9%; }
  .wrapper .img-copy {
    top: 27%;
    width: 68%;
    height: 23%; } }

@media only screen and (max-width: 450px) {
  .wrapper {
    width: calc(100% - 20px);
    height: calc(100% - 20px); }
    .wrapper .breamhall-logo {
      width: 65%;
      height: 9%; }
    .wrapper .img-copy {
      top: 27%;
      width: 78%;
      height: 23%; } }

@media only screen and (max-width: 350px) {
  .wrapper footer {
    font-size: 10px; } }

body, html {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

.cursorP {
  cursor: pointer; }

/* hide OLD layers */
.content-wrapper,
.header,
body > footer {
  display: none; }
