@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  background-color: #fafafa;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fafafa;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

p {
  margin-bottom: 0;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 14px;
}

.herosection {
  background-image: url('../images/Hero-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.herosection.insightshero {
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
}

.herosection.insightdetails {
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 120px;
  padding-left: 200px;
  padding-right: 200px;
}

.herobackground {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.herooverlay {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.overlay {
  background-image: linear-gradient(#b0a6a61a, #0404041a);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
  padding: 25px 120px;
  position: fixed;
  top: 0;
}

.navbar.white {
  background-color: #fff;
}

.container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.navcontent {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  color: #fff;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 20px;
}

.titlecontent {
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.titlecontent.noborders {
  border: 1px #000;
}

.textwrapper50 {
  width: 50%;
}

.textwrapper50.floatright {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading {
  font-size: 20px;
  font-weight: 400;
}

.button {
  background-color: #ace7b3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 45px;
  padding: 25px 35px;
  font-family: Sf Pro Text, Arial, sans-serif;
  text-decoration: none;
  display: flex;
}

.button.mod {
  width: 200px;
}

.buttontext {
  color: #fff;
  margin-bottom: 0;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.navlink {
  color: #fff;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Sf Pro Text, Arial, sans-serif;
}

.navlink.disabled {
  opacity: .5;
}

.navlink.disabled.hidden {
  display: none;
}

.mainsection {
  padding: 80px 120px;
}

.mainsection.hasbackgound {
  background-color: #93bfc6;
}

.mainsection.hasbackgound.negativemargin {
  margin-top: -80px;
}

.mainsection.nopadding {
  padding-top: 0;
  padding-bottom: 0;
}

.mainsection.footer {
  background-image: url('../images/Hero-bg.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.mainsection.insightsdetail {
  padding-top: 0;
  padding-left: 200px;
  padding-right: 200px;
}

.h2 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.h2.white, .h2.textwhite {
  color: #fff;
}

.textwrapper75 {
  width: 75%;
}

.columnswrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
}

.columnswrapper.negmargin {
  margin-top: -150px;
}

.columnswrapper.hasborders {
  padding-top: 80px;
  padding-bottom: 80px;
}

.columnswrapper.center {
  justify-content: space-between;
  align-items: center;
}

.columnswrapper.insightspagehero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.columnswrapper.nobtmmargin {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}

.column {
  width: 33.3%;
  margin-bottom: 50px;
}

.column.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.textdark {
  color: #494949;
}

.servicesimage {
  border-radius: 10px;
}

.credentialsicon {
  margin-bottom: 15px;
}

.hr {
  background-color: #93bfc6;
  width: 100%;
  height: 1.25px;
  margin-bottom: 80px;
}

.textwrapper75-copy {
  width: 75%;
}

.column-copy {
  width: 33.3%;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 40%;
}

.column50 {
  width: 50%;
}

.textwhite {
  color: #fff;
}

.c-form {
  width: 100%;
  height: 100%;
}

.c-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-label {
  color: #fff;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 400;
}

.c-input {
  color: #353535;
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  height: 40px;
  min-height: 40px;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.c-input::placeholder {
  color: #f1f1f1;
}

.c-inputtext {
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  min-height: 150px;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.c-inputtext::placeholder {
  color: #f1f1f1;
}

.c-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  white-space: nowrap;
  background-color: #f4941d;
  border-radius: 100px;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s;
}

.c-button:hover {
  color: #fff;
  background-color: #ffcc02;
}

.c-button:active {
  background-color: #369;
}

.c-button.form {
  background-color: #ade7b3;
  border-radius: 10px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.footeroverlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#b0a6a60d, #04040473);
  position: absolute;
  inset: 0%;
}

.footercolumns {
  z-index: 2;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footercolumns.negmargin {
  margin-top: -150px;
}

.footercolumns.hasborders {
  padding-top: 80px;
  padding-bottom: 80px;
}

.flex-block {
  justify-content: flex-end;
  align-items: center;
}

.footerlink {
  color: #fff;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footerlink.hidden {
  display: none;
}

.navright {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.insightshero {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.featuredinsight {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.parasmall {
  font-size: 12px;
}

.textlink {
  color: #ade7b3;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.divider {
  height: 35px;
}

.insightsthumbnail {
  height: 100%;
}

.brandtext {
  font-size: 18px;
}

.thumbnailimage {
  object-fit: cover;
  border-radius: 10px;
  height: 300px;
  margin-bottom: 25px;
}

.collection-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.insightspagehero {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.insightdetailhero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.insightheroimage {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.collection-list-2, .collection-list-wrapper-2 {
  width: 100%;
}

.insightsrichtext {
  color: #494949;
  font-family: Sf Pro Text, Arial, sans-serif;
}

.insightsrichtext h1 {
  color: #494949;
}

.headshot {
  object-fit: cover;
  border-radius: 10px;
  width: 60%;
}

.headshotwrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.center {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .c-button {
    padding: .75rem 1.5rem;
    font-size: .75rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
  }

  .herosection {
    padding-left: 35px;
    padding-right: 35px;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .titlecontent {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .textwrapper50 {
    width: auto;
  }

  .button {
    width: 150px;
  }

  .buttontext {
    font-size: 14px;
  }

  .mainsection, .mainsection.hasbackgound {
    padding: 50px 30px;
  }

  .h2 {
    font-size: 16px;
  }

  .columnswrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .columnswrapper.negmargin {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .column {
    width: auto;
    margin-bottom: 0;
  }

  .credentialsicon {
    width: 100px;
  }

  .column50 {
    width: 100%;
  }

  .c-form_wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .c-button {
    padding: .75rem 1.25rem;
    font-size: .75rem;
  }

  .footercolumns {
    flex-flow: column;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: center;
  }

  .headshotwrap.hide {
    display: none;
  }

  .center {
    text-align: left;
  }
}

#w-node-b2a22636-4530-1b98-ef7e-e1e0bfb6a9e2-53a39312 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2a22636-4530-1b98-ef7e-e1e0bfb6a9e6-53a39312 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-b2a22636-4530-1b98-ef7e-e1e0bfb6a9e2-53a39312 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}